Shades of Chocolate #D26C0A
Tints of Chocolate #D26C0A
RGB
CMYK
RGB Variations
Color information
#D26C0A (or 0xD26C0A) is known color: Chocolate. HEX triplet: D2, 6C and 0A. RGB value is (210,108,10). Sum of RGB (Red+Green+Blue) = 210+108+10=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C0A is #2D93F5. Grayscale: #7F7F7F. Windows color (decimal): -2986998 or 683218. OLE color: 683218.
HSL color Cylindrical-coordinate representation of color #D26C0A: hue angle of 29.4º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D26C0A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.18 |
| HSL | 29.4º | 0.91% | 0.43% | - |
| HSV(B) | 29.4º | 0.95% | 0.82% | - |
| XYZ | 32 | 24.45 | 3.32 | - |
| YUV | 127.33 | 61.79 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 10 | 0 | 0.49 | 0.95 | 0.18 | 29.4 | 0.91 | 0.43 |
| Hex | D2 | 6C | A | 0 | 31 | 5F | 12 | 1D | 5B | 2B |
| Octal | 322 | 154 | 12 | 0 | 61 | 137 | 22 | 35 | 133 | 53 |
| Binary | 11010010 | 1101100 | 1010 | 0 | 110001 | 1011111 | 10010 | 11101 | 1011011 | 101011 |
Color Harmonies of #D26C0A
Complementary color
Monochromatic Colors of #D26C0A
Black with #D26C0A
Text Example
Text Example
White with #D26C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C0A; }
p { color: rgb(210,108,10); }
H1.HeaderClassName
{
color: #D26C0A;
}
.AnyTagClassName
{
color: #D26C0A;
}
</style>
background-color css
<style>
a { background-color: #D26C0A; }
a { background-color: rgb(210,108,10); }
div.DivClassName
{
background-color: #D26C0A;
}
.BgClassName
{
background-color: #D26C0A;
}
</style>
border-color css
<style>
span { border-color: #D26C0A; }
span { border-color: rgb(210,108,10); }
td.TdClassName
{
border-color: #D26C0A;
}
.TagClassName
{
border-color: #D26C0A;
}
</style>