Shades of Chocolate #D05D14
Tints of Chocolate #D05D14
RGB
CMYK
RGB Variations
Color information
#D05D14 (or 0xD05D14) is known color: Chocolate. HEX triplet: D0, 5D and 14. RGB value is (208,93,20). Sum of RGB (Red+Green+Blue) = 208+93+20=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05D14 is #2FA2EB. Grayscale: #777777. Windows color (decimal): -3121900 or 1334736. OLE color: 1334736.
HSL color Cylindrical-coordinate representation of color #D05D14: hue angle of 23.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D05D14 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 20 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.18 |
| HSL | 23.3º | 0.82% | 0.45% | - |
| HSV(B) | 23.3º | 0.9% | 0.82% | - |
| XYZ | 30.05 | 21.29 | 3.19 | - |
| YUV | 119.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 20 | 0 | 0.55 | 0.90 | 0.18 | 23.3 | 0.82 | 0.45 |
| Hex | D0 | 5D | 14 | 0 | 37 | 5A | 12 | 17 | 52 | 2D |
| Octal | 320 | 135 | 24 | 0 | 67 | 132 | 22 | 27 | 122 | 55 |
| Binary | 11010000 | 1011101 | 10100 | 0 | 110111 | 1011010 | 10010 | 10111 | 1010010 | 101101 |
Color Harmonies of #D05D14
Complementary color
Monochromatic Colors of #D05D14
Black with #D05D14
Text Example
Text Example
White with #D05D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D14; }
p { color: rgb(208,93,20); }
H1.HeaderClassName
{
color: #D05D14;
}
.AnyTagClassName
{
color: #D05D14;
}
</style>
background-color css
<style>
a { background-color: #D05D14; }
a { background-color: rgb(208,93,20); }
div.DivClassName
{
background-color: #D05D14;
}
.BgClassName
{
background-color: #D05D14;
}
</style>
border-color css
<style>
span { border-color: #D05D14; }
span { border-color: rgb(208,93,20); }
td.TdClassName
{
border-color: #D05D14;
}
.TagClassName
{
border-color: #D05D14;
}
</style>