#D96E1C

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

Shades of Chocolate #D96E1C

Tints of Chocolate #D96E1C

Color information

#D96E1C (or 0xD96E1C) is unknown color: approx Chocolate. HEX triplet: D9, 6E and 1C. RGB value is (217,110,28). Sum of RGB (Red+Green+Blue) = 217+110+28=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E1C is #2691E3. Grayscale: #858585. Windows color (decimal): -2527716 or 1863385. OLE color: 1863385.

HSL color Cylindrical-coordinate representation of color #D96E1C: hue angle of 26.03º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D96E1C is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21711028-
CMYK00.490.870.15
HSL26.03º77.14%48.04%-
HSV(B)26.03º87.1%85.1%-
XYZ34.425.994.3-
YUV132.6468.95188.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 28 (11.33% from 255) = 7.89%
R=61.13%
G=30.99%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171102800.490.870.1526.0377.1448.04
HexD96E1C03157F1a4d30
Octal33115634061127173211560
Binary11011001110111011100011000110101111111110101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96E1C; }

 p { color: rgb(217,110,28); }

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

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

 a { background-color: rgb(217,110,28); }

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

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

 span { border-color: rgb(217,110,28); }

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