#D96A1C

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

Shades of Chocolate #D96A1C

Tints of Chocolate #D96A1C

Color information

#D96A1C (or 0xD96A1C) is unknown color: approx Chocolate. HEX triplet: D9, 6A and 1C. RGB value is (217,106,28). Sum of RGB (Red+Green+Blue) = 217+106+28=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A1C is #2695E3. Grayscale: #828282. Windows color (decimal): -2528740 or 1862361. OLE color: 1862361.

HSL color Cylindrical-coordinate representation of color #D96A1C: hue angle of 24.76º 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 #D96A1C is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21710628-
CMYK00.510.870.15
HSL24.76º77.14%48.04%-
HSV(B)24.76º87.1%85.1%-
XYZ33.9825.144.16-
YUV130.370.27189.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 28 (11.33% from 255) = 7.98%
R=61.82%
G=30.20%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171062800.510.870.1524.7677.1448.04
HexD96A1C03357F194d30
Octal33115234063127173111560
Binary11011001110101011100011001110101111111110011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A1C; }

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

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

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

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

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

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

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

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