Shades of Chocolate #D26A1E
Tints of Chocolate #D26A1E
RGB
CMYK
RGB Variations
Color information
#D26A1E (or 0xD26A1E) is known color: Chocolate. HEX triplet: D2, 6A and 1E. RGB value is (210,106,30). Sum of RGB (Red+Green+Blue) = 210+106+30=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A1E is #2D95E1. Grayscale: #808080. Windows color (decimal): -2987490 or 1993426. OLE color: 1993426.
HSL color Cylindrical-coordinate representation of color #D26A1E: hue angle of 25.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D26A1E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 30 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.18 |
| HSL | 25.33º | 0.75% | 0.47% | - |
| HSV(B) | 25.33º | 0.86% | 0.82% | - |
| XYZ | 31.97 | 24.1 | 4.2 | - |
| YUV | 128.43 | 72.46 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 30 | 0 | 0.50 | 0.86 | 0.18 | 25.33 | 0.75 | 0.47 |
| Hex | D2 | 6A | 1E | 0 | 32 | 56 | 12 | 19 | 4B | 2F |
| Octal | 322 | 152 | 36 | 0 | 62 | 126 | 22 | 31 | 113 | 57 |
| Binary | 11010010 | 1101010 | 11110 | 0 | 110010 | 1010110 | 10010 | 11001 | 1001011 | 101111 |
Color Harmonies of #D26A1E
Complementary color
Monochromatic Colors of #D26A1E
Black with #D26A1E
Text Example
Text Example
White with #D26A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A1E; }
p { color: rgb(210,106,30); }
H1.HeaderClassName
{
color: #D26A1E;
}
.AnyTagClassName
{
color: #D26A1E;
}
</style>
background-color css
<style>
a { background-color: #D26A1E; }
a { background-color: rgb(210,106,30); }
div.DivClassName
{
background-color: #D26A1E;
}
.BgClassName
{
background-color: #D26A1E;
}
</style>
border-color css
<style>
span { border-color: #D26A1E; }
span { border-color: rgb(210,106,30); }
td.TdClassName
{
border-color: #D26A1E;
}
.TagClassName
{
border-color: #D26A1E;
}
</style>