#D96C1C

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

Shades of Chocolate #D96C1C

Tints of Chocolate #D96C1C

Color information

#D96C1C (or 0xD96C1C) is unknown color: approx Chocolate. HEX triplet: D9, 6C and 1C. RGB value is (217,108,28). Sum of RGB (Red+Green+Blue) = 217+108+28=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C1C is #2693E3. Grayscale: #838383. Windows color (decimal): -2528228 or 1862873. OLE color: 1862873.

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

Color convert

RGB21710828-
CMYK00.500.870.15
HSL25.4º77.14%48.04%-
HSV(B)25.4º87.1%85.1%-
XYZ34.1925.564.23-
YUV131.4769.61189-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.47%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=61.47%
G=30.59%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171082800.500.870.1525.477.1448.04
HexD96C1C03257F194d30
Octal33115434062127173111560
Binary11011001110110011100011001010101111111110011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96C1C; }

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

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

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

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

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

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

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

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