#D36F14

Color #D36F14 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D36F14

Tints of Chocolate #D36F14

Color information

#D36F14 (or 0xD36F14) is unknown color: approx Chocolate. HEX triplet: D3, 6F and 14. RGB value is (211,111,20). Sum of RGB (Red+Green+Blue) = 211+111+20=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36F14 is #2C90EB. Grayscale: #828282. Windows color (decimal): -2920684 or 1339347. OLE color: 1339347.

HSL color Cylindrical-coordinate representation of color #D36F14: hue angle of 28.59º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D36F14 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21111120-
CMYK00.470.910.17
HSL28.59º82.68%45.29%-
HSV(B)28.59º90.52%82.75%-
XYZ32.6725.273.82-
YUV130.5365.63185.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.70%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 20 (8.20% from 255) = 5.85%
R=61.70%
G=32.46%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111112000.470.910.1728.5982.6845.29
HexD36F1402F5B111d532d
Octal32315724057133213512355
Binary110100111101111101000101111101101110001111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36F14; }

 p { color: rgb(211,111,20); }

 H1.HeaderClassName
 {
   color: #D36F14;
 }
 .AnyTagClassName
 {
   color: #D36F14;
 }
</style>
background-color css

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

 a { background-color: rgb(211,111,20); }

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

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

 span { border-color: rgb(211,111,20); }

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