Shades of Chocolate #D35814
Tints of Chocolate #D35814
RGB
CMYK
RGB Variations
Color information
#D35814 (or 0xD35814) is known color: Chocolate. HEX triplet: D3, 58 and 14. RGB value is (211,88,20). Sum of RGB (Red+Green+Blue) = 211+88+20=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D35814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35814 is #2CA7EB. Grayscale: #757575. Windows color (decimal): -2926572 or 1333459. OLE color: 1333459.
HSL color Cylindrical-coordinate representation of color #D35814: hue angle of 21.36º 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 #D35814 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.17 |
| HSL | 21.36º | 0.83% | 0.45% | - |
| HSV(B) | 21.36º | 0.91% | 0.83% | - |
| XYZ | 30.48 | 20.88 | 3.09 | - |
| YUV | 117.03 | 73.25 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 20 | 0 | 0.58 | 0.91 | 0.17 | 21.36 | 0.83 | 0.45 |
| Hex | D3 | 58 | 14 | 0 | 3A | 5B | 11 | 15 | 53 | 2D |
| Octal | 323 | 130 | 24 | 0 | 72 | 133 | 21 | 25 | 123 | 55 |
| Binary | 11010011 | 1011000 | 10100 | 0 | 111010 | 1011011 | 10001 | 10101 | 1010011 | 101101 |
Color Harmonies of #D35814
Complementary color
Monochromatic Colors of #D35814
Black with #D35814
Text Example
Text Example
White with #D35814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35814; }
p { color: rgb(211,88,20); }
H1.HeaderClassName
{
color: #D35814;
}
.AnyTagClassName
{
color: #D35814;
}
</style>
background-color css
<style>
a { background-color: #D35814; }
a { background-color: rgb(211,88,20); }
div.DivClassName
{
background-color: #D35814;
}
.BgClassName
{
background-color: #D35814;
}
</style>
border-color css
<style>
span { border-color: #D35814; }
span { border-color: rgb(211,88,20); }
td.TdClassName
{
border-color: #D35814;
}
.TagClassName
{
border-color: #D35814;
}
</style>