#D15E1C

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

Shades of Chocolate #D15E1C

Tints of Chocolate #D15E1C

Color information

#D15E1C (or 0xD15E1C) is unknown color: approx Chocolate. HEX triplet: D1, 5E and 1C. RGB value is (209,94,28). Sum of RGB (Red+Green+Blue) = 209+94+28=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E1C is #2EA1E3. Grayscale: #797979. Windows color (decimal): -3056100 or 1859281. OLE color: 1859281.

HSL color Cylindrical-coordinate representation of color #D15E1C: hue angle of 21.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D15E1C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2099428-
CMYK00.550.870.18
HSL21.88º76.37%46.47%-
HSV(B)21.88º86.6%81.96%-
XYZ30.5121.643.67-
YUV120.8675.6190.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.14%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=63.14%
G=28.40%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209942800.550.870.1821.8876.3746.47
HexD15E1C0375712164c2e
Octal32113634067127222611456
Binary110100011011110111000110111101011110010101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15E1C; }

 p { color: rgb(209,94,28); }

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

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

 a { background-color: rgb(209,94,28); }

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

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

 span { border-color: rgb(209,94,28); }

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