Shades of Chocolate #D06913
Tints of Chocolate #D06913
RGB
CMYK
RGB Variations
Color information
#D06913 (or 0xD06913) is known color: Chocolate. HEX triplet: D0, 69 and 13. RGB value is (208,105,19). Sum of RGB (Red+Green+Blue) = 208+105+19=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06913 is #2F96EC. Grayscale: #7E7E7E. Windows color (decimal): -3118829 or 1272272. OLE color: 1272272.
HSL color Cylindrical-coordinate representation of color #D06913: hue angle of 27.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06913 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 19 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.18 |
| HSL | 27.3º | 0.83% | 0.45% | - |
| HSV(B) | 27.3º | 0.91% | 0.82% | - |
| XYZ | 31.18 | 23.56 | 3.52 | - |
| YUV | 125.99 | 67.62 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 19 | 0 | 0.50 | 0.91 | 0.18 | 27.3 | 0.83 | 0.45 |
| Hex | D0 | 69 | 13 | 0 | 32 | 5B | 12 | 1B | 53 | 2D |
| Octal | 320 | 151 | 23 | 0 | 62 | 133 | 22 | 33 | 123 | 55 |
| Binary | 11010000 | 1101001 | 10011 | 0 | 110010 | 1011011 | 10010 | 11011 | 1010011 | 101101 |
Color Harmonies of #D06913
Complementary color
Monochromatic Colors of #D06913
Black with #D06913
Text Example
Text Example
White with #D06913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06913; }
p { color: rgb(208,105,19); }
H1.HeaderClassName
{
color: #D06913;
}
.AnyTagClassName
{
color: #D06913;
}
</style>
background-color css
<style>
a { background-color: #D06913; }
a { background-color: rgb(208,105,19); }
div.DivClassName
{
background-color: #D06913;
}
.BgClassName
{
background-color: #D06913;
}
</style>
border-color css
<style>
span { border-color: #D06913; }
span { border-color: rgb(208,105,19); }
td.TdClassName
{
border-color: #D06913;
}
.TagClassName
{
border-color: #D06913;
}
</style>