Shades of Chocolate #D26714
Tints of Chocolate #D26714
RGB
CMYK
RGB Variations
Color information
#D26714 (or 0xD26714) is known color: Chocolate. HEX triplet: D2, 67 and 14. RGB value is (210,103,20). Sum of RGB (Red+Green+Blue) = 210+103+20=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D26714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26714 is #2D98EB. Grayscale: #7D7D7D. Windows color (decimal): -2988268 or 1337298. OLE color: 1337298.
HSL color Cylindrical-coordinate representation of color #D26714: hue angle of 26.21º degrees, saturation: 0.83, 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 #D26714 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 20 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.18 |
| HSL | 26.21º | 0.83% | 0.45% | - |
| HSV(B) | 26.21º | 0.9% | 0.82% | - |
| XYZ | 31.55 | 23.45 | 3.53 | - |
| YUV | 125.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 20 | 0 | 0.51 | 0.90 | 0.18 | 26.21 | 0.83 | 0.45 |
| Hex | D2 | 67 | 14 | 0 | 33 | 5A | 12 | 1A | 53 | 2D |
| Octal | 322 | 147 | 24 | 0 | 63 | 132 | 22 | 32 | 123 | 55 |
| Binary | 11010010 | 1100111 | 10100 | 0 | 110011 | 1011010 | 10010 | 11010 | 1010011 | 101101 |
Color Harmonies of #D26714
Complementary color
Monochromatic Colors of #D26714
Black with #D26714
Text Example
Text Example
White with #D26714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26714; }
p { color: rgb(210,103,20); }
H1.HeaderClassName
{
color: #D26714;
}
.AnyTagClassName
{
color: #D26714;
}
</style>
background-color css
<style>
a { background-color: #D26714; }
a { background-color: rgb(210,103,20); }
div.DivClassName
{
background-color: #D26714;
}
.BgClassName
{
background-color: #D26714;
}
</style>
border-color css
<style>
span { border-color: #D26714; }
span { border-color: rgb(210,103,20); }
td.TdClassName
{
border-color: #D26714;
}
.TagClassName
{
border-color: #D26714;
}
</style>