Shades of Chocolate #D9671F
Tints of Chocolate #D9671F
RGB
CMYK
RGB Variations
Color information
#D9671F (or 0xD9671F) is known color: Chocolate. HEX triplet: D9, 67 and 1F. RGB value is (217,103,31). Sum of RGB (Red+Green+Blue) = 217+103+31=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9671F is #2698E0. Grayscale: #818181. Windows color (decimal): -2529505 or 2058201. OLE color: 2058201.
HSL color Cylindrical-coordinate representation of color #D9671F: hue angle of 23.23º 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 #D9671F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 31 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.15 |
| HSL | 23.23º | 0.75% | 0.49% | - |
| HSV(B) | 23.23º | 0.86% | 0.85% | - |
| XYZ | 33.71 | 24.55 | 4.26 | - |
| YUV | 128.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 31 | 0 | 0.53 | 0.86 | 0.15 | 23.23 | 0.75 | 0.49 |
| Hex | D9 | 67 | 1F | 0 | 35 | 56 | F | 17 | 4B | 31 |
| Octal | 331 | 147 | 37 | 0 | 65 | 126 | 17 | 27 | 113 | 61 |
| Binary | 11011001 | 1100111 | 11111 | 0 | 110101 | 1010110 | 1111 | 10111 | 1001011 | 110001 |
Color Harmonies of #D9671F
Complementary color
Monochromatic Colors of #D9671F
Black with #D9671F
Text Example
Text Example
White with #D9671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9671F; }
p { color: rgb(217,103,31); }
H1.HeaderClassName
{
color: #D9671F;
}
.AnyTagClassName
{
color: #D9671F;
}
</style>
background-color css
<style>
a { background-color: #D9671F; }
a { background-color: rgb(217,103,31); }
div.DivClassName
{
background-color: #D9671F;
}
.BgClassName
{
background-color: #D9671F;
}
</style>
border-color css
<style>
span { border-color: #D9671F; }
span { border-color: rgb(217,103,31); }
td.TdClassName
{
border-color: #D9671F;
}
.TagClassName
{
border-color: #D9671F;
}
</style>