Shades of Chocolate #D96C1B
Tints of Chocolate #D96C1B
RGB
CMYK
RGB Variations
Color information
#D96C1B (or 0xD96C1B) is known color: Chocolate. HEX triplet: D9, 6C and 1B. RGB value is (217,108,27). Sum of RGB (Red+Green+Blue) = 217+108+27=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96C1B is #2693E4. Grayscale: #838383. Windows color (decimal): -2528229 or 1797337. OLE color: 1797337.
HSL color Cylindrical-coordinate representation of color #D96C1B: hue angle of 25.58º 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 #D96C1B is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 27 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.15 |
| HSL | 25.58º | 0.78% | 0.48% | - |
| HSV(B) | 25.58º | 0.88% | 0.85% | - |
| XYZ | 34.18 | 25.56 | 4.17 | - |
| YUV | 131.36 | 69.11 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 27 | 0 | 0.50 | 0.88 | 0.15 | 25.58 | 0.78 | 0.48 |
| Hex | D9 | 6C | 1B | 0 | 32 | 58 | F | 1A | 4E | 30 |
| Octal | 331 | 154 | 33 | 0 | 62 | 130 | 17 | 32 | 116 | 60 |
| Binary | 11011001 | 1101100 | 11011 | 0 | 110010 | 1011000 | 1111 | 11010 | 1001110 | 110000 |
Color Harmonies of #D96C1B
Complementary color
Monochromatic Colors of #D96C1B
Black with #D96C1B
Text Example
Text Example
White with #D96C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96C1B; }
p { color: rgb(217,108,27); }
H1.HeaderClassName
{
color: #D96C1B;
}
.AnyTagClassName
{
color: #D96C1B;
}
</style>
background-color css
<style>
a { background-color: #D96C1B; }
a { background-color: rgb(217,108,27); }
div.DivClassName
{
background-color: #D96C1B;
}
.BgClassName
{
background-color: #D96C1B;
}
</style>
border-color css
<style>
span { border-color: #D96C1B; }
span { border-color: rgb(217,108,27); }
td.TdClassName
{
border-color: #D96C1B;
}
.TagClassName
{
border-color: #D96C1B;
}
</style>