Shades of Chocolate #D65919
Tints of Chocolate #D65919
RGB
CMYK
RGB Variations
Color information
#D65919 (or 0xD65919) is known color: Chocolate. HEX triplet: D6, 59 and 19. RGB value is (214,89,25). Sum of RGB (Red+Green+Blue) = 214+89+25=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D65919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65919 is #29A6E6. Grayscale: #777777. Windows color (decimal): -2729703 or 1661398. OLE color: 1661398.
HSL color Cylindrical-coordinate representation of color #D65919: hue angle of 20.32º 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 #D65919 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 25 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.16 |
| HSL | 20.32º | 0.79% | 0.47% | - |
| HSV(B) | 20.32º | 0.88% | 0.84% | - |
| XYZ | 31.48 | 21.51 | 3.41 | - |
| YUV | 119.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 25 | 0 | 0.58 | 0.88 | 0.16 | 20.32 | 0.79 | 0.47 |
| Hex | D6 | 59 | 19 | 0 | 3A | 58 | 10 | 14 | 4F | 2F |
| Octal | 326 | 131 | 31 | 0 | 72 | 130 | 20 | 24 | 117 | 57 |
| Binary | 11010110 | 1011001 | 11001 | 0 | 111010 | 1011000 | 10000 | 10100 | 1001111 | 101111 |
Color Harmonies of #D65919
Complementary color
Monochromatic Colors of #D65919
Black with #D65919
Text Example
Text Example
White with #D65919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65919; }
p { color: rgb(214,89,25); }
H1.HeaderClassName
{
color: #D65919;
}
.AnyTagClassName
{
color: #D65919;
}
</style>
background-color css
<style>
a { background-color: #D65919; }
a { background-color: rgb(214,89,25); }
div.DivClassName
{
background-color: #D65919;
}
.BgClassName
{
background-color: #D65919;
}
</style>
border-color css
<style>
span { border-color: #D65919; }
span { border-color: rgb(214,89,25); }
td.TdClassName
{
border-color: #D65919;
}
.TagClassName
{
border-color: #D65919;
}
</style>