Shades of Chocolate #D26A19
Tints of Chocolate #D26A19
RGB
CMYK
RGB Variations
Color information
#D26A19 (or 0xD26A19) is known color: Chocolate. HEX triplet: D2, 6A and 19. RGB value is (210,106,25). Sum of RGB (Red+Green+Blue) = 210+106+25=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A19 is #2D95E6. Grayscale: #808080. Windows color (decimal): -2987495 or 1665746. OLE color: 1665746.
HSL color Cylindrical-coordinate representation of color #D26A19: hue angle of 26.27º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D26A19 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 25 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.18 |
| HSL | 26.27º | 0.79% | 0.46% | - |
| HSV(B) | 26.27º | 0.88% | 0.82% | - |
| XYZ | 31.91 | 24.08 | 3.89 | - |
| YUV | 127.86 | 69.96 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 25 | 0 | 0.50 | 0.88 | 0.18 | 26.27 | 0.79 | 0.46 |
| Hex | D2 | 6A | 19 | 0 | 32 | 58 | 12 | 1A | 4F | 2E |
| Octal | 322 | 152 | 31 | 0 | 62 | 130 | 22 | 32 | 117 | 56 |
| Binary | 11010010 | 1101010 | 11001 | 0 | 110010 | 1011000 | 10010 | 11010 | 1001111 | 101110 |
Color Harmonies of #D26A19
Complementary color
Monochromatic Colors of #D26A19
Black with #D26A19
Text Example
Text Example
White with #D26A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A19; }
p { color: rgb(210,106,25); }
H1.HeaderClassName
{
color: #D26A19;
}
.AnyTagClassName
{
color: #D26A19;
}
</style>
background-color css
<style>
a { background-color: #D26A19; }
a { background-color: rgb(210,106,25); }
div.DivClassName
{
background-color: #D26A19;
}
.BgClassName
{
background-color: #D26A19;
}
</style>
border-color css
<style>
span { border-color: #D26A19; }
span { border-color: rgb(210,106,25); }
td.TdClassName
{
border-color: #D26A19;
}
.TagClassName
{
border-color: #D26A19;
}
</style>