Shades of Chocolate #D56713
Tints of Chocolate #D56713
RGB
CMYK
RGB Variations
Color information
#D56713 (or 0xD56713) is known color: Chocolate. HEX triplet: D5, 67 and 13. RGB value is (213,103,19). Sum of RGB (Red+Green+Blue) = 213+103+19=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56713 is #2A98EC. Grayscale: #7E7E7E. Windows color (decimal): -2791661 or 1271765. OLE color: 1271765.
HSL color Cylindrical-coordinate representation of color #D56713: hue angle of 25.98º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D56713 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.16 |
| HSL | 25.98º | 0.84% | 0.45% | - |
| HSV(B) | 25.98º | 0.91% | 0.84% | - |
| XYZ | 32.41 | 23.89 | 3.52 | - |
| YUV | 126.31 | 67.44 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 19 | 0 | 0.52 | 0.91 | 0.16 | 25.98 | 0.84 | 0.45 |
| Hex | D5 | 67 | 13 | 0 | 34 | 5B | 10 | 1A | 54 | 2D |
| Octal | 325 | 147 | 23 | 0 | 64 | 133 | 20 | 32 | 124 | 55 |
| Binary | 11010101 | 1100111 | 10011 | 0 | 110100 | 1011011 | 10000 | 11010 | 1010100 | 101101 |
Color Harmonies of #D56713
Complementary color
Monochromatic Colors of #D56713
Black with #D56713
Text Example
Text Example
White with #D56713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56713; }
p { color: rgb(213,103,19); }
H1.HeaderClassName
{
color: #D56713;
}
.AnyTagClassName
{
color: #D56713;
}
</style>
background-color css
<style>
a { background-color: #D56713; }
a { background-color: rgb(213,103,19); }
div.DivClassName
{
background-color: #D56713;
}
.BgClassName
{
background-color: #D56713;
}
</style>
border-color css
<style>
span { border-color: #D56713; }
span { border-color: rgb(213,103,19); }
td.TdClassName
{
border-color: #D56713;
}
.TagClassName
{
border-color: #D56713;
}
</style>