Shades of Chocolate #D05A20
Tints of Chocolate #D05A20
RGB
CMYK
RGB Variations
Color information
#D05A20 (or 0xD05A20) is known color: Chocolate. HEX triplet: D0, 5A and 20. RGB value is (208,90,32). Sum of RGB (Red+Green+Blue) = 208+90+32=330 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.03% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A20 is #2FA5DF. Grayscale: #777777. Windows color (decimal): -3122656 or 2120400. OLE color: 2120400.
HSL color Cylindrical-coordinate representation of color #D05A20: hue angle of 19.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D05A20 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 32 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.18 |
| HSL | 19.77º | 0.73% | 0.47% | - |
| HSV(B) | 19.77º | 0.85% | 0.82% | - |
| XYZ | 29.93 | 20.83 | 3.81 | - |
| YUV | 118.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 32 | 0 | 0.57 | 0.85 | 0.18 | 19.77 | 0.73 | 0.47 |
| Hex | D0 | 5A | 20 | 0 | 39 | 55 | 12 | 14 | 49 | 2F |
| Octal | 320 | 132 | 40 | 0 | 71 | 125 | 22 | 24 | 111 | 57 |
| Binary | 11010000 | 1011010 | 100000 | 0 | 111001 | 1010101 | 10010 | 10100 | 1001001 | 101111 |
Color Harmonies of #D05A20
Complementary color
Monochromatic Colors of #D05A20
Black with #D05A20
Text Example
Text Example
White with #D05A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A20; }
p { color: rgb(208,90,32); }
H1.HeaderClassName
{
color: #D05A20;
}
.AnyTagClassName
{
color: #D05A20;
}
</style>
background-color css
<style>
a { background-color: #D05A20; }
a { background-color: rgb(208,90,32); }
div.DivClassName
{
background-color: #D05A20;
}
.BgClassName
{
background-color: #D05A20;
}
</style>
border-color css
<style>
span { border-color: #D05A20; }
span { border-color: rgb(208,90,32); }
td.TdClassName
{
border-color: #D05A20;
}
.TagClassName
{
border-color: #D05A20;
}
</style>