Shades of Chocolate #D65614
Tints of Chocolate #D65614
RGB
CMYK
RGB Variations
Color information
#D65614 (or 0xD65614) is known color: Chocolate. HEX triplet: D6, 56 and 14. RGB value is (214,86,20). Sum of RGB (Red+Green+Blue) = 214+86+20=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65614 is #29A9EB. Grayscale: #757575. Windows color (decimal): -2730476 or 1332950. OLE color: 1332950.
HSL color Cylindrical-coordinate representation of color #D65614: hue angle of 20.41º 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 #D65614 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.16 |
| HSL | 20.41º | 0.83% | 0.46% | - |
| HSV(B) | 20.41º | 0.91% | 0.84% | - |
| XYZ | 31.19 | 21 | 3.07 | - |
| YUV | 116.75 | 73.41 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 20 | 0 | 0.60 | 0.91 | 0.16 | 20.41 | 0.83 | 0.46 |
| Hex | D6 | 56 | 14 | 0 | 3C | 5B | 10 | 14 | 53 | 2E |
| Octal | 326 | 126 | 24 | 0 | 74 | 133 | 20 | 24 | 123 | 56 |
| Binary | 11010110 | 1010110 | 10100 | 0 | 111100 | 1011011 | 10000 | 10100 | 1010011 | 101110 |
Color Harmonies of #D65614
Complementary color
Monochromatic Colors of #D65614
Black with #D65614
Text Example
Text Example
White with #D65614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65614; }
p { color: rgb(214,86,20); }
H1.HeaderClassName
{
color: #D65614;
}
.AnyTagClassName
{
color: #D65614;
}
</style>
background-color css
<style>
a { background-color: #D65614; }
a { background-color: rgb(214,86,20); }
div.DivClassName
{
background-color: #D65614;
}
.BgClassName
{
background-color: #D65614;
}
</style>
border-color css
<style>
span { border-color: #D65614; }
span { border-color: rgb(214,86,20); }
td.TdClassName
{
border-color: #D65614;
}
.TagClassName
{
border-color: #D65614;
}
</style>