Shades of Chocolate #D06313
Tints of Chocolate #D06313
RGB
CMYK
RGB Variations
Color information
#D06313 (or 0xD06313) is known color: Chocolate. HEX triplet: D0, 63 and 13. RGB value is (208,99,19). Sum of RGB (Red+Green+Blue) = 208+99+19=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06313 is #2F9CEC. Grayscale: #7A7A7A. Windows color (decimal): -3120365 or 1270736. OLE color: 1270736.
HSL color Cylindrical-coordinate representation of color #D06313: hue angle of 25.4º 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 #D06313 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.18 |
| HSL | 25.4º | 0.83% | 0.45% | - |
| HSV(B) | 25.4º | 0.91% | 0.82% | - |
| XYZ | 30.59 | 22.38 | 3.32 | - |
| YUV | 122.47 | 69.61 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 19 | 0 | 0.52 | 0.91 | 0.18 | 25.4 | 0.83 | 0.45 |
| Hex | D0 | 63 | 13 | 0 | 34 | 5B | 12 | 19 | 53 | 2D |
| Octal | 320 | 143 | 23 | 0 | 64 | 133 | 22 | 31 | 123 | 55 |
| Binary | 11010000 | 1100011 | 10011 | 0 | 110100 | 1011011 | 10010 | 11001 | 1010011 | 101101 |
Color Harmonies of #D06313
Complementary color
Monochromatic Colors of #D06313
Black with #D06313
Text Example
Text Example
White with #D06313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06313; }
p { color: rgb(208,99,19); }
H1.HeaderClassName
{
color: #D06313;
}
.AnyTagClassName
{
color: #D06313;
}
</style>
background-color css
<style>
a { background-color: #D06313; }
a { background-color: rgb(208,99,19); }
div.DivClassName
{
background-color: #D06313;
}
.BgClassName
{
background-color: #D06313;
}
</style>
border-color css
<style>
span { border-color: #D06313; }
span { border-color: rgb(208,99,19); }
td.TdClassName
{
border-color: #D06313;
}
.TagClassName
{
border-color: #D06313;
}
</style>