#d96f1b

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

Shades of Chocolate #D96F1B

Tints of Chocolate #D96F1B

Color information

#D96F1B (or 0xD96F1B) is unknown color: approx Chocolate. HEX triplet: D9, 6F and 1B. RGB value is (217,111,27). Sum of RGB (Red+Green+Blue) = 217+111+27=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F1B is #2690E4. Grayscale: #858585. Windows color (decimal): -2527461 or 1798105. OLE color: 1798105.

HSL color Cylindrical-coordinate representation of color #D96F1B: hue angle of 26.53º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D96F1B is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB21711127-
CMYK00.490.880.15
HSL26.53º77.87%47.84%-
HSV(B)26.53º87.56%85.1%-
XYZ34.526.24.28-
YUV133.1268.12187.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.13%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 27 (10.94% from 255) = 7.61%
R=61.13%
G=31.27%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171112700.490.880.1526.5377.8747.84
HexD96F1B03158F1b4e30
Octal33115733061130173311660
Binary11011001110111111011011000110110001111110111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d96f1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d96f1b; }

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

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

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

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

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

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

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

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