Shades of Chocolate #D56714
Tints of Chocolate #D56714
RGB
CMYK
RGB Variations
Color information
#D56714 (or 0xD56714) is known color: Chocolate. HEX triplet: D5, 67 and 14. RGB value is (213,103,20). Sum of RGB (Red+Green+Blue) = 213+103+20=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D56714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56714 is #2A98EB. Grayscale: #7E7E7E. Windows color (decimal): -2791660 or 1337301. OLE color: 1337301.
HSL color Cylindrical-coordinate representation of color #D56714: hue angle of 25.8º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D56714 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 20 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.16 |
| HSL | 25.8º | 0.83% | 0.46% | - |
| HSV(B) | 25.8º | 0.91% | 0.84% | - |
| XYZ | 32.42 | 23.9 | 3.57 | - |
| YUV | 126.43 | 67.94 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 20 | 0 | 0.52 | 0.91 | 0.16 | 25.8 | 0.83 | 0.46 |
| Hex | D5 | 67 | 14 | 0 | 34 | 5B | 10 | 1A | 53 | 2E |
| Octal | 325 | 147 | 24 | 0 | 64 | 133 | 20 | 32 | 123 | 56 |
| Binary | 11010101 | 1100111 | 10100 | 0 | 110100 | 1011011 | 10000 | 11010 | 1010011 | 101110 |
Color Harmonies of #D56714
Complementary color
Monochromatic Colors of #D56714
Black with #D56714
Text Example
Text Example
White with #D56714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56714; }
p { color: rgb(213,103,20); }
H1.HeaderClassName
{
color: #D56714;
}
.AnyTagClassName
{
color: #D56714;
}
</style>
background-color css
<style>
a { background-color: #D56714; }
a { background-color: rgb(213,103,20); }
div.DivClassName
{
background-color: #D56714;
}
.BgClassName
{
background-color: #D56714;
}
</style>
border-color css
<style>
span { border-color: #D56714; }
span { border-color: rgb(213,103,20); }
td.TdClassName
{
border-color: #D56714;
}
.TagClassName
{
border-color: #D56714;
}
</style>