Shades of Chocolate #D65519
Tints of Chocolate #D65519
RGB
CMYK
RGB Variations
Color information
#D65519 (or 0xD65519) is known color: Chocolate. HEX triplet: D6, 55 and 19. RGB value is (214,85,25). Sum of RGB (Red+Green+Blue) = 214+85+25=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D65519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65519 is #29AAE6. Grayscale: #757575. Windows color (decimal): -2730727 or 1660374. OLE color: 1660374.
HSL color Cylindrical-coordinate representation of color #D65519: hue angle of 19.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D65519 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 25 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.16 |
| HSL | 19.05º | 0.79% | 0.47% | - |
| HSV(B) | 19.05º | 0.88% | 0.84% | - |
| XYZ | 31.16 | 20.86 | 3.3 | - |
| YUV | 116.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 25 | 0 | 0.60 | 0.88 | 0.16 | 19.05 | 0.79 | 0.47 |
| Hex | D6 | 55 | 19 | 0 | 3C | 58 | 10 | 13 | 4F | 2F |
| Octal | 326 | 125 | 31 | 0 | 74 | 130 | 20 | 23 | 117 | 57 |
| Binary | 11010110 | 1010101 | 11001 | 0 | 111100 | 1011000 | 10000 | 10011 | 1001111 | 101111 |
Color Harmonies of #D65519
Complementary color
Monochromatic Colors of #D65519
Black with #D65519
Text Example
Text Example
White with #D65519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65519; }
p { color: rgb(214,85,25); }
H1.HeaderClassName
{
color: #D65519;
}
.AnyTagClassName
{
color: #D65519;
}
</style>
background-color css
<style>
a { background-color: #D65519; }
a { background-color: rgb(214,85,25); }
div.DivClassName
{
background-color: #D65519;
}
.BgClassName
{
background-color: #D65519;
}
</style>
border-color css
<style>
span { border-color: #D65519; }
span { border-color: rgb(214,85,25); }
td.TdClassName
{
border-color: #D65519;
}
.TagClassName
{
border-color: #D65519;
}
</style>