Shades of Chocolate #D9631F
Tints of Chocolate #D9631F
RGB
CMYK
RGB Variations
Color information
#D9631F (or 0xD9631F) is known color: Chocolate. HEX triplet: D9, 63 and 1F. RGB value is (217,99,31). Sum of RGB (Red+Green+Blue) = 217+99+31=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9631F is #269CE0. Grayscale: #7E7E7E. Windows color (decimal): -2530529 or 2057177. OLE color: 2057177.
HSL color Cylindrical-coordinate representation of color #D9631F: hue angle of 21.94º 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 #D9631F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.15 |
| HSL | 21.94º | 0.75% | 0.49% | - |
| HSV(B) | 21.94º | 0.86% | 0.85% | - |
| XYZ | 33.32 | 23.77 | 4.13 | - |
| YUV | 126.53 | 74.09 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 31 | 0 | 0.54 | 0.86 | 0.15 | 21.94 | 0.75 | 0.49 |
| Hex | D9 | 63 | 1F | 0 | 36 | 56 | F | 16 | 4B | 31 |
| Octal | 331 | 143 | 37 | 0 | 66 | 126 | 17 | 26 | 113 | 61 |
| Binary | 11011001 | 1100011 | 11111 | 0 | 110110 | 1010110 | 1111 | 10110 | 1001011 | 110001 |
Color Harmonies of #D9631F
Complementary color
Monochromatic Colors of #D9631F
Black with #D9631F
Text Example
Text Example
White with #D9631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9631F; }
p { color: rgb(217,99,31); }
H1.HeaderClassName
{
color: #D9631F;
}
.AnyTagClassName
{
color: #D9631F;
}
</style>
background-color css
<style>
a { background-color: #D9631F; }
a { background-color: rgb(217,99,31); }
div.DivClassName
{
background-color: #D9631F;
}
.BgClassName
{
background-color: #D9631F;
}
</style>
border-color css
<style>
span { border-color: #D9631F; }
span { border-color: rgb(217,99,31); }
td.TdClassName
{
border-color: #D9631F;
}
.TagClassName
{
border-color: #D9631F;
}
</style>