Shades of Chocolate #D26A0B
Tints of Chocolate #D26A0B
RGB
CMYK
RGB Variations
Color information
#D26A0B (or 0xD26A0B) is known color: Chocolate. HEX triplet: D2, 6A and 0B. RGB value is (210,106,11). Sum of RGB (Red+Green+Blue) = 210+106+11=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A0B is #2D95F4. Grayscale: #7E7E7E. Windows color (decimal): -2987509 or 748242. OLE color: 748242.
HSL color Cylindrical-coordinate representation of color #D26A0B: hue angle of 28.64º degrees, saturation: 0.9, 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 #D26A0B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.18 |
| HSL | 28.64º | 0.9% | 0.43% | - |
| HSV(B) | 28.64º | 0.95% | 0.82% | - |
| XYZ | 31.79 | 24.03 | 3.28 | - |
| YUV | 126.27 | 62.96 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 11 | 0 | 0.50 | 0.95 | 0.18 | 28.64 | 0.9 | 0.43 |
| Hex | D2 | 6A | B | 0 | 32 | 5F | 12 | 1D | 5A | 2B |
| Octal | 322 | 152 | 13 | 0 | 62 | 137 | 22 | 35 | 132 | 53 |
| Binary | 11010010 | 1101010 | 1011 | 0 | 110010 | 1011111 | 10010 | 11101 | 1011010 | 101011 |
Color Harmonies of #D26A0B
Complementary color
Monochromatic Colors of #D26A0B
Black with #D26A0B
Text Example
Text Example
White with #D26A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A0B; }
p { color: rgb(210,106,11); }
H1.HeaderClassName
{
color: #D26A0B;
}
.AnyTagClassName
{
color: #D26A0B;
}
</style>
background-color css
<style>
a { background-color: #D26A0B; }
a { background-color: rgb(210,106,11); }
div.DivClassName
{
background-color: #D26A0B;
}
.BgClassName
{
background-color: #D26A0B;
}
</style>
border-color css
<style>
span { border-color: #D26A0B; }
span { border-color: rgb(210,106,11); }
td.TdClassName
{
border-color: #D26A0B;
}
.TagClassName
{
border-color: #D26A0B;
}
</style>