Shades of Chocolate #D07214
Tints of Chocolate #D07214
RGB
CMYK
RGB Variations
Color information
#D07214 (or 0xD07214) is known color: Chocolate. HEX triplet: D0, 72 and 14. RGB value is (208,114,20). Sum of RGB (Red+Green+Blue) = 208+114+20=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07214 is #2F8DEB. Grayscale: #838383. Windows color (decimal): -3116524 or 1340112. OLE color: 1340112.
HSL color Cylindrical-coordinate representation of color #D07214: hue angle of 30º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07214 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 20 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.18 |
| HSL | 30º | 0.82% | 0.45% | - |
| HSV(B) | 30º | 0.9% | 0.82% | - |
| XYZ | 32.16 | 25.5 | 3.89 | - |
| YUV | 131.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 20 | 0 | 0.45 | 0.90 | 0.18 | 30 | 0.82 | 0.45 |
| Hex | D0 | 72 | 14 | 0 | 2D | 5A | 12 | 1E | 52 | 2D |
| Octal | 320 | 162 | 24 | 0 | 55 | 132 | 22 | 36 | 122 | 55 |
| Binary | 11010000 | 1110010 | 10100 | 0 | 101101 | 1011010 | 10010 | 11110 | 1010010 | 101101 |
Color Harmonies of #D07214
Complementary color
Monochromatic Colors of #D07214
Black with #D07214
Text Example
Text Example
White with #D07214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07214; }
p { color: rgb(208,114,20); }
H1.HeaderClassName
{
color: #D07214;
}
.AnyTagClassName
{
color: #D07214;
}
</style>
background-color css
<style>
a { background-color: #D07214; }
a { background-color: rgb(208,114,20); }
div.DivClassName
{
background-color: #D07214;
}
.BgClassName
{
background-color: #D07214;
}
</style>
border-color css
<style>
span { border-color: #D07214; }
span { border-color: rgb(208,114,20); }
td.TdClassName
{
border-color: #D07214;
}
.TagClassName
{
border-color: #D07214;
}
</style>