#D96A14

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

Shades of Chocolate #D96A14

Tints of Chocolate #D96A14

Color information

#D96A14 (or 0xD96A14) is unknown color: approx Chocolate. HEX triplet: D9, 6A and 14. RGB value is (217,106,20). Sum of RGB (Red+Green+Blue) = 217+106+20=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A14 is #2695EB. Grayscale: #818181. Windows color (decimal): -2528748 or 1338073. OLE color: 1338073.

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

Color convert

RGB21710620-
CMYK00.510.910.15
HSL26.19º83.12%46.47%-
HSV(B)26.19º90.78%85.1%-
XYZ33.925.113.72-
YUV129.3866.27190.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 20 (8.20% from 255) = 5.83%
R=63.27%
G=30.90%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171062000.510.910.1526.1983.1246.47
HexD96A140335BF1a532e
Octal33115224063133173212356
Binary11011001110101010100011001110110111111110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A14; }

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

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

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

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

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

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

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

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