#D96F1C

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

Shades of Chocolate #D96F1C

Tints of Chocolate #D96F1C

Color information

#D96F1C (or 0xD96F1C) is unknown color: approx Chocolate. HEX triplet: D9, 6F and 1C. RGB value is (217,111,28). Sum of RGB (Red+Green+Blue) = 217+111+28=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F1C is #2690E3. Grayscale: #858585. Windows color (decimal): -2527460 or 1863641. OLE color: 1863641.

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

Color convert

RGB21711128-
CMYK00.490.870.15
HSL26.35º77.14%48.04%-
HSV(B)26.35º87.1%85.1%-
XYZ34.5126.24.34-
YUV133.2368.62187.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.96%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=60.96%
G=31.18%
B=7.87%

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
Decimal2171112800.490.870.1526.3577.1448.04
HexD96F1C03157F1a4d30
Octal33115734061127173211560
Binary11011001110111111100011000110101111111110101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F1C; }

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

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

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

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

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

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

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

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