Shades of Chocolate #D05A1A
Tints of Chocolate #D05A1A
RGB
CMYK
RGB Variations
Color information
#D05A1A (or 0xD05A1A) is known color: Chocolate. HEX triplet: D0, 5A and 1A. RGB value is (208,90,26). Sum of RGB (Red+Green+Blue) = 208+90+26=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A1A is #2FA5E5. Grayscale: #767676. Windows color (decimal): -3122662 or 1727184. OLE color: 1727184.
HSL color Cylindrical-coordinate representation of color #D05A1A: hue angle of 21.1º 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 #D05A1A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 26 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.18 |
| HSL | 21.1º | 0.78% | 0.46% | - |
| HSV(B) | 21.1º | 0.88% | 0.82% | - |
| XYZ | 29.86 | 20.8 | 3.42 | - |
| YUV | 117.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 26 | 0 | 0.57 | 0.88 | 0.18 | 21.1 | 0.78 | 0.46 |
| Hex | D0 | 5A | 1A | 0 | 39 | 58 | 12 | 15 | 4E | 2E |
| Octal | 320 | 132 | 32 | 0 | 71 | 130 | 22 | 25 | 116 | 56 |
| Binary | 11010000 | 1011010 | 11010 | 0 | 111001 | 1011000 | 10010 | 10101 | 1001110 | 101110 |
Color Harmonies of #D05A1A
Complementary color
Monochromatic Colors of #D05A1A
Black with #D05A1A
Text Example
Text Example
White with #D05A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A1A; }
p { color: rgb(208,90,26); }
H1.HeaderClassName
{
color: #D05A1A;
}
.AnyTagClassName
{
color: #D05A1A;
}
</style>
background-color css
<style>
a { background-color: #D05A1A; }
a { background-color: rgb(208,90,26); }
div.DivClassName
{
background-color: #D05A1A;
}
.BgClassName
{
background-color: #D05A1A;
}
</style>
border-color css
<style>
span { border-color: #D05A1A; }
span { border-color: rgb(208,90,26); }
td.TdClassName
{
border-color: #D05A1A;
}
.TagClassName
{
border-color: #D05A1A;
}
</style>