Shades of Chocolate #D26A25
Tints of Chocolate #D26A25
RGB
CMYK
RGB Variations
Color information
#D26A25 (or 0xD26A25) is known color: Chocolate. HEX triplet: D2, 6A and 25. RGB value is (210,106,37). Sum of RGB (Red+Green+Blue) = 210+106+37=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26A25 is #2D95DA. Grayscale: #818181. Windows color (decimal): -2987483 or 2452178. OLE color: 2452178.
HSL color Cylindrical-coordinate representation of color #D26A25: hue angle of 23.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D26A25 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 37 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.18 |
| HSL | 23.93º | 0.7% | 0.48% | - |
| HSV(B) | 23.93º | 0.82% | 0.82% | - |
| XYZ | 32.07 | 24.14 | 4.72 | - |
| YUV | 129.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 37 | 0 | 0.50 | 0.82 | 0.18 | 23.93 | 0.7 | 0.48 |
| Hex | D2 | 6A | 25 | 0 | 32 | 52 | 12 | 18 | 46 | 30 |
| Octal | 322 | 152 | 45 | 0 | 62 | 122 | 22 | 30 | 106 | 60 |
| Binary | 11010010 | 1101010 | 100101 | 0 | 110010 | 1010010 | 10010 | 11000 | 1000110 | 110000 |
Color Harmonies of #D26A25
Complementary color
Monochromatic Colors of #D26A25
Black with #D26A25
Text Example
Text Example
White with #D26A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A25; }
p { color: rgb(210,106,37); }
H1.HeaderClassName
{
color: #D26A25;
}
.AnyTagClassName
{
color: #D26A25;
}
</style>
background-color css
<style>
a { background-color: #D26A25; }
a { background-color: rgb(210,106,37); }
div.DivClassName
{
background-color: #D26A25;
}
.BgClassName
{
background-color: #D26A25;
}
</style>
border-color css
<style>
span { border-color: #D26A25; }
span { border-color: rgb(210,106,37); }
td.TdClassName
{
border-color: #D26A25;
}
.TagClassName
{
border-color: #D26A25;
}
</style>