Shades of Chocolate #D26C0D
Tints of Chocolate #D26C0D
RGB
CMYK
RGB Variations
Color information
#D26C0D (or 0xD26C0D) is known color: Chocolate. HEX triplet: D2, 6C and 0D. RGB value is (210,108,13). Sum of RGB (Red+Green+Blue) = 210+108+13=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26C0D is #2D93F2. Grayscale: #808080. Windows color (decimal): -2986995 or 879826. OLE color: 879826.
HSL color Cylindrical-coordinate representation of color #D26C0D: hue angle of 28.93º degrees, saturation: 0.88, 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 #D26C0D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 13 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.18 |
| HSL | 28.93º | 0.88% | 0.44% | - |
| HSV(B) | 28.93º | 0.94% | 0.82% | - |
| XYZ | 32.01 | 24.46 | 3.41 | - |
| YUV | 127.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 13 | 0 | 0.49 | 0.94 | 0.18 | 28.93 | 0.88 | 0.44 |
| Hex | D2 | 6C | D | 0 | 31 | 5E | 12 | 1D | 58 | 2C |
| Octal | 322 | 154 | 15 | 0 | 61 | 136 | 22 | 35 | 130 | 54 |
| Binary | 11010010 | 1101100 | 1101 | 0 | 110001 | 1011110 | 10010 | 11101 | 1011000 | 101100 |
Color Harmonies of #D26C0D
Complementary color
Monochromatic Colors of #D26C0D
Black with #D26C0D
Text Example
Text Example
White with #D26C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C0D; }
p { color: rgb(210,108,13); }
H1.HeaderClassName
{
color: #D26C0D;
}
.AnyTagClassName
{
color: #D26C0D;
}
</style>
background-color css
<style>
a { background-color: #D26C0D; }
a { background-color: rgb(210,108,13); }
div.DivClassName
{
background-color: #D26C0D;
}
.BgClassName
{
background-color: #D26C0D;
}
</style>
border-color css
<style>
span { border-color: #D26C0D; }
span { border-color: rgb(210,108,13); }
td.TdClassName
{
border-color: #D26C0D;
}
.TagClassName
{
border-color: #D26C0D;
}
</style>