Shades of Chocolate #D64F19
Tints of Chocolate #D64F19
RGB
CMYK
RGB Variations
Color information
#D64F19 (or 0xD64F19) is known color: Chocolate. HEX triplet: D6, 4F and 19. RGB value is (214,79,25). Sum of RGB (Red+Green+Blue) = 214+79+25=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64F19 is #29B0E6. Grayscale: #717171. Windows color (decimal): -2732263 or 1658838. OLE color: 1658838.
HSL color Cylindrical-coordinate representation of color #D64F19: hue angle of 17.14º 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 #D64F19 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 25 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.16 |
| HSL | 17.14º | 0.79% | 0.47% | - |
| HSV(B) | 17.14º | 0.88% | 0.84% | - |
| XYZ | 30.7 | 19.96 | 3.15 | - |
| YUV | 113.21 | 78.23 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 25 | 0 | 0.63 | 0.88 | 0.16 | 17.14 | 0.79 | 0.47 |
| Hex | D6 | 4F | 19 | 0 | 3F | 58 | 10 | 11 | 4F | 2F |
| Octal | 326 | 117 | 31 | 0 | 77 | 130 | 20 | 21 | 117 | 57 |
| Binary | 11010110 | 1001111 | 11001 | 0 | 111111 | 1011000 | 10000 | 10001 | 1001111 | 101111 |
Color Harmonies of #D64F19
Complementary color
Monochromatic Colors of #D64F19
Black with #D64F19
Text Example
Text Example
White with #D64F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F19; }
p { color: rgb(214,79,25); }
H1.HeaderClassName
{
color: #D64F19;
}
.AnyTagClassName
{
color: #D64F19;
}
</style>
background-color css
<style>
a { background-color: #D64F19; }
a { background-color: rgb(214,79,25); }
div.DivClassName
{
background-color: #D64F19;
}
.BgClassName
{
background-color: #D64F19;
}
</style>
border-color css
<style>
span { border-color: #D64F19; }
span { border-color: rgb(214,79,25); }
td.TdClassName
{
border-color: #D64F19;
}
.TagClassName
{
border-color: #D64F19;
}
</style>