Shades of Chocolate #D26A1C
Tints of Chocolate #D26A1C
RGB
CMYK
RGB Variations
Color information
#D26A1C (or 0xD26A1C) is known color: Chocolate. HEX triplet: D2, 6A and 1C. RGB value is (210,106,28). Sum of RGB (Red+Green+Blue) = 210+106+28=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A1C is #2D95E3. Grayscale: #808080. Windows color (decimal): -2987492 or 1862354. OLE color: 1862354.
HSL color Cylindrical-coordinate representation of color #D26A1C: hue angle of 25.71º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D26A1C is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 28 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.18 |
| HSL | 25.71º | 0.76% | 0.47% | - |
| HSV(B) | 25.71º | 0.87% | 0.82% | - |
| XYZ | 31.94 | 24.09 | 4.07 | - |
| YUV | 128.2 | 71.46 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 28 | 0 | 0.50 | 0.87 | 0.18 | 25.71 | 0.76 | 0.47 |
| Hex | D2 | 6A | 1C | 0 | 32 | 57 | 12 | 1A | 4C | 2F |
| Octal | 322 | 152 | 34 | 0 | 62 | 127 | 22 | 32 | 114 | 57 |
| Binary | 11010010 | 1101010 | 11100 | 0 | 110010 | 1010111 | 10010 | 11010 | 1001100 | 101111 |
Color Harmonies of #D26A1C
Complementary color
Monochromatic Colors of #D26A1C
Black with #D26A1C
Text Example
Text Example
White with #D26A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A1C; }
p { color: rgb(210,106,28); }
H1.HeaderClassName
{
color: #D26A1C;
}
.AnyTagClassName
{
color: #D26A1C;
}
</style>
background-color css
<style>
a { background-color: #D26A1C; }
a { background-color: rgb(210,106,28); }
div.DivClassName
{
background-color: #D26A1C;
}
.BgClassName
{
background-color: #D26A1C;
}
</style>
border-color css
<style>
span { border-color: #D26A1C; }
span { border-color: rgb(210,106,28); }
td.TdClassName
{
border-color: #D26A1C;
}
.TagClassName
{
border-color: #D26A1C;
}
</style>