Shades of Chocolate #D06613
Tints of Chocolate #D06613
RGB
CMYK
RGB Variations
Color information
#D06613 (or 0xD06613) is known color: Chocolate. HEX triplet: D0, 66 and 13. RGB value is (208,102,19). Sum of RGB (Red+Green+Blue) = 208+102+19=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D06613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06613 is #2F99EC. Grayscale: #7C7C7C. Windows color (decimal): -3119597 or 1271504. OLE color: 1271504.
HSL color Cylindrical-coordinate representation of color #D06613: hue angle of 26.35º 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 #D06613 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 19 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.18 |
| HSL | 26.35º | 0.83% | 0.45% | - |
| HSV(B) | 26.35º | 0.91% | 0.82% | - |
| XYZ | 30.88 | 22.96 | 3.42 | - |
| YUV | 124.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 19 | 0 | 0.51 | 0.91 | 0.18 | 26.35 | 0.83 | 0.45 |
| Hex | D0 | 66 | 13 | 0 | 33 | 5B | 12 | 1A | 53 | 2D |
| Octal | 320 | 146 | 23 | 0 | 63 | 133 | 22 | 32 | 123 | 55 |
| Binary | 11010000 | 1100110 | 10011 | 0 | 110011 | 1011011 | 10010 | 11010 | 1010011 | 101101 |
Color Harmonies of #D06613
Complementary color
Monochromatic Colors of #D06613
Black with #D06613
Text Example
Text Example
White with #D06613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06613; }
p { color: rgb(208,102,19); }
H1.HeaderClassName
{
color: #D06613;
}
.AnyTagClassName
{
color: #D06613;
}
</style>
background-color css
<style>
a { background-color: #D06613; }
a { background-color: rgb(208,102,19); }
div.DivClassName
{
background-color: #D06613;
}
.BgClassName
{
background-color: #D06613;
}
</style>
border-color css
<style>
span { border-color: #D06613; }
span { border-color: rgb(208,102,19); }
td.TdClassName
{
border-color: #D06613;
}
.TagClassName
{
border-color: #D06613;
}
</style>