Shades of Chocolate #D26A1A
Tints of Chocolate #D26A1A
RGB
CMYK
RGB Variations
Color information
#D26A1A (or 0xD26A1A) is known color: Chocolate. HEX triplet: D2, 6A and 1A. RGB value is (210,106,26). Sum of RGB (Red+Green+Blue) = 210+106+26=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A1A is #2D95E5. Grayscale: #808080. Windows color (decimal): -2987494 or 1731282. OLE color: 1731282.
HSL color Cylindrical-coordinate representation of color #D26A1A: hue angle of 26.09º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D26A1A is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 26 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.18 |
| HSL | 26.09º | 0.78% | 0.46% | - |
| HSV(B) | 26.09º | 0.88% | 0.82% | - |
| XYZ | 31.92 | 24.08 | 3.94 | - |
| YUV | 127.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 26 | 0 | 0.50 | 0.88 | 0.18 | 26.09 | 0.78 | 0.46 |
| Hex | D2 | 6A | 1A | 0 | 32 | 58 | 12 | 1A | 4E | 2E |
| Octal | 322 | 152 | 32 | 0 | 62 | 130 | 22 | 32 | 116 | 56 |
| Binary | 11010010 | 1101010 | 11010 | 0 | 110010 | 1011000 | 10010 | 11010 | 1001110 | 101110 |
Color Harmonies of #D26A1A
Complementary color
Monochromatic Colors of #D26A1A
Black with #D26A1A
Text Example
Text Example
White with #D26A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A1A; }
p { color: rgb(210,106,26); }
H1.HeaderClassName
{
color: #D26A1A;
}
.AnyTagClassName
{
color: #D26A1A;
}
</style>
background-color css
<style>
a { background-color: #D26A1A; }
a { background-color: rgb(210,106,26); }
div.DivClassName
{
background-color: #D26A1A;
}
.BgClassName
{
background-color: #D26A1A;
}
</style>
border-color css
<style>
span { border-color: #D26A1A; }
span { border-color: rgb(210,106,26); }
td.TdClassName
{
border-color: #D26A1A;
}
.TagClassName
{
border-color: #D26A1A;
}
</style>