Html Css Color HEX #D36A19 Chocolate

📋 copy color: '#D36A19'

red 211 ◦ green 106 ◦ blue 25

#D36A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D36A19

Tints of Chocolate #D36A19

RGB

 RED value IS 211 (82.81% from 255) = 61.7%

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 61.7%
G = 30.99%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D36A19 (or 0xD36A19) is known color: Chocolate. HEX triplet: D3, 6A and 19. RGB value is (211,106,25). Sum of RGB (Red+Green+Blue) = 211+106+25=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D36A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36A19 is #2C95E6. Grayscale: #808080. Windows color (decimal): -2921959 or 1665747. OLE color: 1665747.

HSL color Cylindrical-coordinate representation of color #D36A19: hue angle of 26.13º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D36A19 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 106 25 -
CMYK 0 0.50 0.88 0.17
HSL 26.13º 0.79% 0.46% -
HSV(B) 26.13º 0.88% 0.83% -
XYZ 32.19 24.23 3.9 -
YUV 128.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 211 106 25 0 0.50 0.88 0.17 26.13 0.79 0.46
Hex D3 6A 19 0 32 58 11 1A 4F 2E
Octal 323 152 31 0 62 130 21 32 117 56
Binary 11010011 1101010 11001 0 110010 1011000 10001 11010 1001111 101110

Color Harmonies of #D36A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36A19

Black with #D36A19

Text Example


Text Example

White with #D36A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36A19; }

 p { color: rgb(211,106,25); }

 H1.HeaderClassName
 {
   color: #D36A19;
 }
 .AnyTagClassName
 {
   color: #D36A19;
 }
</style>

background-color css

<style>
 a { background-color: #D36A19; }

 a { background-color: rgb(211,106,25); }

 div.DivClassName
 {
   background-color: #D36A19;
 }
 .BgClassName
 {
   background-color: #D36A19;
 }
</style>

border-color css

<style>
 span { border-color: #D36A19; }

 span { border-color: rgb(211,106,25); }

 td.TdClassName
 {
   border-color: #D36A19;
 }
 .TagClassName
 {
   border-color: #D36A19;
 }
</style>