Shades of Chocolate #D9670C
Tints of Chocolate #D9670C
RGB
CMYK
RGB Variations
Color information
#D9670C (or 0xD9670C) is known color: Chocolate. HEX triplet: D9, 67 and 0C. RGB value is (217,103,12). Sum of RGB (Red+Green+Blue) = 217+103+12=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9670C is #2698F3. Grayscale: #7F7F7F. Windows color (decimal): -2529524 or 813017. OLE color: 813017.
HSL color Cylindrical-coordinate representation of color #D9670C: hue angle of 26.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9670C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.15 |
| HSL | 26.63º | 0.9% | 0.45% | - |
| HSV(B) | 26.63º | 0.94% | 0.85% | - |
| XYZ | 33.53 | 24.48 | 3.31 | - |
| YUV | 126.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 12 | 0 | 0.53 | 0.94 | 0.15 | 26.63 | 0.9 | 0.45 |
| Hex | D9 | 67 | C | 0 | 35 | 5E | F | 1B | 5A | 2D |
| Octal | 331 | 147 | 14 | 0 | 65 | 136 | 17 | 33 | 132 | 55 |
| Binary | 11011001 | 1100111 | 1100 | 0 | 110101 | 1011110 | 1111 | 11011 | 1011010 | 101101 |
Color Harmonies of #D9670C
Complementary color
Monochromatic Colors of #D9670C
Black with #D9670C
Text Example
Text Example
White with #D9670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9670C; }
p { color: rgb(217,103,12); }
H1.HeaderClassName
{
color: #D9670C;
}
.AnyTagClassName
{
color: #D9670C;
}
</style>
background-color css
<style>
a { background-color: #D9670C; }
a { background-color: rgb(217,103,12); }
div.DivClassName
{
background-color: #D9670C;
}
.BgClassName
{
background-color: #D9670C;
}
</style>
border-color css
<style>
span { border-color: #D9670C; }
span { border-color: rgb(217,103,12); }
td.TdClassName
{
border-color: #D9670C;
}
.TagClassName
{
border-color: #D9670C;
}
</style>