Shades of Chocolate #D26A26
Tints of Chocolate #D26A26
RGB
CMYK
RGB Variations
Color information
#D26A26 (or 0xD26A26) is known color: Chocolate. HEX triplet: D2, 6A and 26. RGB value is (210,106,38). Sum of RGB (Red+Green+Blue) = 210+106+38=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A26 is #2D95D9. Grayscale: #818181. Windows color (decimal): -2987482 or 2517714. OLE color: 2517714.
HSL color Cylindrical-coordinate representation of color #D26A26: hue angle of 23.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D26A26 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.18 |
| HSL | 23.72º | 0.69% | 0.49% | - |
| HSV(B) | 23.72º | 0.82% | 0.82% | - |
| XYZ | 32.08 | 24.15 | 4.8 | - |
| YUV | 129.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 38 | 0 | 0.50 | 0.82 | 0.18 | 23.72 | 0.69 | 0.49 |
| Hex | D2 | 6A | 26 | 0 | 32 | 52 | 12 | 18 | 45 | 31 |
| Octal | 322 | 152 | 46 | 0 | 62 | 122 | 22 | 30 | 105 | 61 |
| Binary | 11010010 | 1101010 | 100110 | 0 | 110010 | 1010010 | 10010 | 11000 | 1000101 | 110001 |
Color Harmonies of #D26A26
Complementary color
Monochromatic Colors of #D26A26
Black with #D26A26
Text Example
Text Example
White with #D26A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A26; }
p { color: rgb(210,106,38); }
H1.HeaderClassName
{
color: #D26A26;
}
.AnyTagClassName
{
color: #D26A26;
}
</style>
background-color css
<style>
a { background-color: #D26A26; }
a { background-color: rgb(210,106,38); }
div.DivClassName
{
background-color: #D26A26;
}
.BgClassName
{
background-color: #D26A26;
}
</style>
border-color css
<style>
span { border-color: #D26A26; }
span { border-color: rgb(210,106,38); }
td.TdClassName
{
border-color: #D26A26;
}
.TagClassName
{
border-color: #D26A26;
}
</style>