Shades of Chocolate #D96A1F
Tints of Chocolate #D96A1F
RGB
CMYK
RGB Variations
Color information
#D96A1F (or 0xD96A1F) is known color: Chocolate. HEX triplet: D9, 6A and 1F. RGB value is (217,106,31). Sum of RGB (Red+Green+Blue) = 217+106+31=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A1F is #2695E0. Grayscale: #838383. Windows color (decimal): -2528737 or 2058969. OLE color: 2058969.
HSL color Cylindrical-coordinate representation of color #D96A1F: hue angle of 24.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D96A1F is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 31 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.15 |
| HSL | 24.19º | 0.75% | 0.49% | - |
| HSV(B) | 24.19º | 0.86% | 0.85% | - |
| XYZ | 34.02 | 25.16 | 4.36 | - |
| YUV | 130.64 | 71.77 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 31 | 0 | 0.51 | 0.86 | 0.15 | 24.19 | 0.75 | 0.49 |
| Hex | D9 | 6A | 1F | 0 | 33 | 56 | F | 18 | 4B | 31 |
| Octal | 331 | 152 | 37 | 0 | 63 | 126 | 17 | 30 | 113 | 61 |
| Binary | 11011001 | 1101010 | 11111 | 0 | 110011 | 1010110 | 1111 | 11000 | 1001011 | 110001 |
Color Harmonies of #D96A1F
Complementary color
Monochromatic Colors of #D96A1F
Black with #D96A1F
Text Example
Text Example
White with #D96A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96A1F; }
p { color: rgb(217,106,31); }
H1.HeaderClassName
{
color: #D96A1F;
}
.AnyTagClassName
{
color: #D96A1F;
}
</style>
background-color css
<style>
a { background-color: #D96A1F; }
a { background-color: rgb(217,106,31); }
div.DivClassName
{
background-color: #D96A1F;
}
.BgClassName
{
background-color: #D96A1F;
}
</style>
border-color css
<style>
span { border-color: #D96A1F; }
span { border-color: rgb(217,106,31); }
td.TdClassName
{
border-color: #D96A1F;
}
.TagClassName
{
border-color: #D96A1F;
}
</style>