COLOR #D15400

HEX: #D15400
RGB: (209,84,0)

Renk bilgisi

#D15400 contains mainly red color. #D15400 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#D15400 color RGB value is (209,84,0).

  • kırmız ton 209;
  • yeşil ton 84;
  • mavi ton 0.
RGB:
(209,84,0)
(82%,33%,0%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 84 of 255 = 33%
B 0 of 255 = 0%

209
84
0

R + G + B ~ 38%. #D15400 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 84 + 0 = 293 (100%)
R 209 of 293 ~ 71.33%
G 84 of 293 ~ 28.67%
B 0 of 293 ~ 0%

%71.33
%28.67

CMYK RENK MODELİ

#D15400 rengi CMYK tonu (0,60,100,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.81%
  • sarı tonu 100.00%
  • ana renk tonu 18.04%
CMYK:
(0,60,100,18)
C0M60Y100K18 
(0%,60%,100%,18%)
(0.00/0.60/1.00/0.18)	

CMYK yüzdeleri

%0
%59.81
%100
%18.04

Codes

Color #D15400 in popluar color models

D15400
RGB209840
HSL24°100.00%40.98%
HSB/HSV24°100.00%81.96%
CMYK0.00%59.81%100.00%
18.04%

Color #D15400 in popluar number systems.

HEXD15400
Decimal209840
Binary1101000110101000
Octal3211240

Shades and tints

Shades of #D15400

#D15400
(209,84,0)
#BE4D00
(190,77,0)
#AB4600
(171,70,0)
#983F00
(152,63,0)
#853800
(133,56,0)
#723100
(114,49,0)
#5F2A00
(95,42,0)
#4C2300
(76,35,0)
#391C00
(57,28,0)
#261500
(38,21,0)
#130E00
(19,14,0)
#000000
(0,0,0)

Tints of #D15400

#D15400
(209,84,0)
#D56317
(213,99,23)
#D9722E
(217,114,46)
#DD8145
(221,129,69)
#E1905C
(225,144,92)
#E59F73
(229,159,115)
#E9AE8A
(233,174,138)
#EDBDA1
(237,189,161)
#F1CCB8
(241,204,184)
#F5DBCF
(245,219,207)
#F9EAE6
(249,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15400 color. Also use rgb(209,84,0) instead hex code.

Text Font Color

.myTextColor { color: #D15400; }

<p style="color:#D15400">This sample text font color is #D15400.</p>

This text font color is #D15400.


Background Color

.myBgColor { background-color: #D15400; }

<div style="background-color:#D15400">Inner text</div>

This div background color is #D15400.


Border color

.myBorderColor { border: 1px solid #D15400; }

<div style="border:3px solid #D15400">Div</div>

This div border color is #D15400.


Opacity

.myOpacity80 { color: #D15400; opacity: 0.8; }

<p style="color:#D15400;opacity:0.8;">80%</p>

Text with #D15400 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D15400;}

<p style="text-shadow: 3px 3px 1px #D15400">Text here.</p>

This text has shadow with #D15400 color.

.textShadow {text-shadow: 3px 3px 1px #D15400, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D15400, 5px 5px 20px red">Text here.</p>

This text has shadow with #D15400 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D15400, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D15400, Direction=45, Strength=4)">Text</p>

This text has shadow with #D15400 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D15400;
  -webkit-box-shadow:	1px 1px 3px 2px #D15400;
  box-shadow:		1px 1px 3px 2px #D15400;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D15400;
-webkit-box-shadow: 1px 1px 3px 2px #D15400;
box-shadow:1px 1px 3px 2px #D15400;">
Div content here</div>
This div box has shadow with color #D15400.

Preview

Color preview on black background

This text has color #D15400 on black background.


Color preview on white background

This text has color #D15400 on white background.



Black color preview on #D15400 background

This text has black color on #D15400 background.


White color preview on #D15400 background

This text has white color on #D15400 background.