Shades of Chocolate #D26D1A
Tints of Chocolate #D26D1A
RGB
CMYK
RGB Variations
Color information
#D26D1A (or 0xD26D1A) is known color: Chocolate. HEX triplet: D2, 6D and 1A. RGB value is (210,109,26). Sum of RGB (Red+Green+Blue) = 210+109+26=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26D1A is #2D92E5. Grayscale: #828282. Windows color (decimal): -2986726 or 1732050. OLE color: 1732050.
HSL color Cylindrical-coordinate representation of color #D26D1A: hue angle of 27.07º degrees, saturation: 0.78, 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 #D26D1A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.18 |
| HSL | 27.07º | 0.78% | 0.46% | - |
| HSV(B) | 27.07º | 0.88% | 0.82% | - |
| XYZ | 32.23 | 24.71 | 4.05 | - |
| YUV | 129.74 | 69.46 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 26 | 0 | 0.48 | 0.88 | 0.18 | 27.07 | 0.78 | 0.46 |
| Hex | D2 | 6D | 1A | 0 | 30 | 58 | 12 | 1B | 4E | 2E |
| Octal | 322 | 155 | 32 | 0 | 60 | 130 | 22 | 33 | 116 | 56 |
| Binary | 11010010 | 1101101 | 11010 | 0 | 110000 | 1011000 | 10010 | 11011 | 1001110 | 101110 |
Color Harmonies of #D26D1A
Complementary color
Monochromatic Colors of #D26D1A
Black with #D26D1A
Text Example
Text Example
White with #D26D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26D1A; }
p { color: rgb(210,109,26); }
H1.HeaderClassName
{
color: #D26D1A;
}
.AnyTagClassName
{
color: #D26D1A;
}
</style>
background-color css
<style>
a { background-color: #D26D1A; }
a { background-color: rgb(210,109,26); }
div.DivClassName
{
background-color: #D26D1A;
}
.BgClassName
{
background-color: #D26D1A;
}
</style>
border-color css
<style>
span { border-color: #D26D1A; }
span { border-color: rgb(210,109,26); }
td.TdClassName
{
border-color: #D26D1A;
}
.TagClassName
{
border-color: #D26D1A;
}
</style>