#D45C11

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

Shades of Chocolate #D45C11

Tints of Chocolate #D45C11

Color information

#D45C11 (or 0xD45C11) is unknown color: approx Chocolate. HEX triplet: D4, 5C and 11. RGB value is (212,92,17). Sum of RGB (Red+Green+Blue) = 212+92+17=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45C11 is #2BA3EE. Grayscale: #777777. Windows color (decimal): -2860015 or 1137876. OLE color: 1137876.

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

Color convert

RGB2129217-
CMYK00.570.920.17
HSL23.08º85.15%44.9%-
HSV(B)23.08º91.98%83.14%-
XYZ31.0821.693.08-
YUV119.3370.26194.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.04%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=66.04%
G=28.66%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212921700.570.920.1723.0885.1544.9
HexD45C110395C1117552d
Octal32413421071134212712555
Binary110101001011100100010111001101110010001101111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45C11; }

 p { color: rgb(212,92,17); }

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

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

 a { background-color: rgb(212,92,17); }

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

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

 span { border-color: rgb(212,92,17); }

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