Shades of Chocolate #D35714
Tints of Chocolate #D35714
RGB
CMYK
RGB Variations
Color information
#D35714 (or 0xD35714) is known color: Chocolate. HEX triplet: D3, 57 and 14. RGB value is (211,87,20). Sum of RGB (Red+Green+Blue) = 211+87+20=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D35714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35714 is #2CA8EB. Grayscale: #747474. Windows color (decimal): -2926828 or 1333203. OLE color: 1333203.
HSL color Cylindrical-coordinate representation of color #D35714: hue angle of 21.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D35714 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 87 | 20 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.17 |
| HSL | 21.05º | 0.83% | 0.45% | - |
| HSV(B) | 21.05º | 0.91% | 0.83% | - |
| XYZ | 30.4 | 20.72 | 3.06 | - |
| YUV | 116.44 | 73.58 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 87 | 20 | 0 | 0.59 | 0.91 | 0.17 | 21.05 | 0.83 | 0.45 |
| Hex | D3 | 57 | 14 | 0 | 3B | 5B | 11 | 15 | 53 | 2D |
| Octal | 323 | 127 | 24 | 0 | 73 | 133 | 21 | 25 | 123 | 55 |
| Binary | 11010011 | 1010111 | 10100 | 0 | 111011 | 1011011 | 10001 | 10101 | 1010011 | 101101 |
Color Harmonies of #D35714
Complementary color
Monochromatic Colors of #D35714
Black with #D35714
Text Example
Text Example
White with #D35714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35714; }
p { color: rgb(211,87,20); }
H1.HeaderClassName
{
color: #D35714;
}
.AnyTagClassName
{
color: #D35714;
}
</style>
background-color css
<style>
a { background-color: #D35714; }
a { background-color: rgb(211,87,20); }
div.DivClassName
{
background-color: #D35714;
}
.BgClassName
{
background-color: #D35714;
}
</style>
border-color css
<style>
span { border-color: #D35714; }
span { border-color: rgb(211,87,20); }
td.TdClassName
{
border-color: #D35714;
}
.TagClassName
{
border-color: #D35714;
}
</style>