Shades of Chocolate #D05D1A
Tints of Chocolate #D05D1A
RGB
CMYK
RGB Variations
Color information
#D05D1A (or 0xD05D1A) is known color: Chocolate. HEX triplet: D0, 5D and 1A. RGB value is (208,93,26). Sum of RGB (Red+Green+Blue) = 208+93+26=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D1A is #2FA2E5. Grayscale: #787878. Windows color (decimal): -3121894 or 1727952. OLE color: 1727952.
HSL color Cylindrical-coordinate representation of color #D05D1A: hue angle of 22.09º 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 #D05D1A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 26 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.18 |
| HSL | 22.09º | 0.78% | 0.46% | - |
| HSV(B) | 22.09º | 0.88% | 0.82% | - |
| XYZ | 30.11 | 21.31 | 3.5 | - |
| YUV | 119.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 26 | 0 | 0.55 | 0.88 | 0.18 | 22.09 | 0.78 | 0.46 |
| Hex | D0 | 5D | 1A | 0 | 37 | 58 | 12 | 16 | 4E | 2E |
| Octal | 320 | 135 | 32 | 0 | 67 | 130 | 22 | 26 | 116 | 56 |
| Binary | 11010000 | 1011101 | 11010 | 0 | 110111 | 1011000 | 10010 | 10110 | 1001110 | 101110 |
Color Harmonies of #D05D1A
Complementary color
Monochromatic Colors of #D05D1A
Black with #D05D1A
Text Example
Text Example
White with #D05D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D1A; }
p { color: rgb(208,93,26); }
H1.HeaderClassName
{
color: #D05D1A;
}
.AnyTagClassName
{
color: #D05D1A;
}
</style>
background-color css
<style>
a { background-color: #D05D1A; }
a { background-color: rgb(208,93,26); }
div.DivClassName
{
background-color: #D05D1A;
}
.BgClassName
{
background-color: #D05D1A;
}
</style>
border-color css
<style>
span { border-color: #D05D1A; }
span { border-color: rgb(208,93,26); }
td.TdClassName
{
border-color: #D05D1A;
}
.TagClassName
{
border-color: #D05D1A;
}
</style>