Shades of Chocolate #D26A27
Tints of Chocolate #D26A27
RGB
CMYK
RGB Variations
Color information
#D26A27 (or 0xD26A27) is known color: Chocolate. HEX triplet: D2, 6A and 27. RGB value is (210,106,39). Sum of RGB (Red+Green+Blue) = 210+106+39=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A27 is #2D95D8. Grayscale: #818181. Windows color (decimal): -2987481 or 2583250. OLE color: 2583250.
HSL color Cylindrical-coordinate representation of color #D26A27: hue angle of 23.51º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D26A27 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.18 |
| HSL | 23.51º | 0.69% | 0.49% | - |
| HSV(B) | 23.51º | 0.81% | 0.82% | - |
| XYZ | 32.1 | 24.16 | 4.89 | - |
| YUV | 129.46 | 76.96 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 39 | 0 | 0.50 | 0.81 | 0.18 | 23.51 | 0.69 | 0.49 |
| Hex | D2 | 6A | 27 | 0 | 32 | 51 | 12 | 18 | 45 | 31 |
| Octal | 322 | 152 | 47 | 0 | 62 | 121 | 22 | 30 | 105 | 61 |
| Binary | 11010010 | 1101010 | 100111 | 0 | 110010 | 1010001 | 10010 | 11000 | 1000101 | 110001 |
Color Harmonies of #D26A27
Complementary color
Monochromatic Colors of #D26A27
Black with #D26A27
Text Example
Text Example
White with #D26A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A27; }
p { color: rgb(210,106,39); }
H1.HeaderClassName
{
color: #D26A27;
}
.AnyTagClassName
{
color: #D26A27;
}
</style>
background-color css
<style>
a { background-color: #D26A27; }
a { background-color: rgb(210,106,39); }
div.DivClassName
{
background-color: #D26A27;
}
.BgClassName
{
background-color: #D26A27;
}
</style>
border-color css
<style>
span { border-color: #D26A27; }
span { border-color: rgb(210,106,39); }
td.TdClassName
{
border-color: #D26A27;
}
.TagClassName
{
border-color: #D26A27;
}
</style>