#D96C14

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

Shades of Chocolate #D96C14

Tints of Chocolate #D96C14

Color information

#D96C14 (or 0xD96C14) is unknown color: approx Chocolate. HEX triplet: D9, 6C and 14. RGB value is (217,108,20). Sum of RGB (Red+Green+Blue) = 217+108+20=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C14 is #2693EB. Grayscale: #838383. Windows color (decimal): -2528236 or 1338585. OLE color: 1338585.

HSL color Cylindrical-coordinate representation of color #D96C14: hue angle of 26.8º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D96C14 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21710820-
CMYK00.500.910.15
HSL26.8º83.12%46.47%-
HSV(B)26.8º90.78%85.1%-
XYZ34.125.533.79-
YUV130.5665.61189.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.90%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 20 (8.20% from 255) = 5.80%
R=62.90%
G=31.30%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171082000.500.910.1526.883.1246.47
HexD96C140325BF1b532e
Octal33115424062133173312356
Binary11011001110110010100011001010110111111110111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C14; }

 p { color: rgb(217,108,20); }

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

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

 a { background-color: rgb(217,108,20); }

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

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

 span { border-color: rgb(217,108,20); }

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