Shades of Chocolate #D26B0C
Tints of Chocolate #D26B0C
RGB
CMYK
RGB Variations
Color information
#D26B0C (or 0xD26B0C) is known color: Chocolate. HEX triplet: D2, 6B and 0C. RGB value is (210,107,12). Sum of RGB (Red+Green+Blue) = 210+107+12=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26B0C is #2D94F3. Grayscale: #7F7F7F. Windows color (decimal): -2987252 or 814034. OLE color: 814034.
HSL color Cylindrical-coordinate representation of color #D26B0C: hue angle of 28.79º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D26B0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.18 |
| HSL | 28.79º | 0.89% | 0.44% | - |
| HSV(B) | 28.79º | 0.94% | 0.82% | - |
| XYZ | 31.9 | 24.24 | 3.35 | - |
| YUV | 126.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 12 | 0 | 0.49 | 0.94 | 0.18 | 28.79 | 0.89 | 0.44 |
| Hex | D2 | 6B | C | 0 | 31 | 5E | 12 | 1D | 59 | 2C |
| Octal | 322 | 153 | 14 | 0 | 61 | 136 | 22 | 35 | 131 | 54 |
| Binary | 11010010 | 1101011 | 1100 | 0 | 110001 | 1011110 | 10010 | 11101 | 1011001 | 101100 |
Color Harmonies of #D26B0C
Complementary color
Monochromatic Colors of #D26B0C
Black with #D26B0C
Text Example
Text Example
White with #D26B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B0C; }
p { color: rgb(210,107,12); }
H1.HeaderClassName
{
color: #D26B0C;
}
.AnyTagClassName
{
color: #D26B0C;
}
</style>
background-color css
<style>
a { background-color: #D26B0C; }
a { background-color: rgb(210,107,12); }
div.DivClassName
{
background-color: #D26B0C;
}
.BgClassName
{
background-color: #D26B0C;
}
</style>
border-color css
<style>
span { border-color: #D26B0C; }
span { border-color: rgb(210,107,12); }
td.TdClassName
{
border-color: #D26B0C;
}
.TagClassName
{
border-color: #D26B0C;
}
</style>