Shades of Chocolate #D66D1F
Tints of Chocolate #D66D1F
RGB
CMYK
RGB Variations
Color information
#D66D1F (or 0xD66D1F) is known color: Chocolate. HEX triplet: D6, 6D and 1F. RGB value is (214,109,31). Sum of RGB (Red+Green+Blue) = 214+109+31=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D1F is #2992E0. Grayscale: #838383. Windows color (decimal): -2724577 or 2059734. OLE color: 2059734.
HSL color Cylindrical-coordinate representation of color #D66D1F: hue angle of 25.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D66D1F is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 31 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.16 |
| HSL | 25.57º | 0.75% | 0.48% | - |
| HSV(B) | 25.57º | 0.86% | 0.84% | - |
| XYZ | 33.45 | 25.33 | 4.42 | - |
| YUV | 131.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 31 | 0 | 0.49 | 0.86 | 0.16 | 25.57 | 0.75 | 0.48 |
| Hex | D6 | 6D | 1F | 0 | 31 | 56 | 10 | 1A | 4B | 30 |
| Octal | 326 | 155 | 37 | 0 | 61 | 126 | 20 | 32 | 113 | 60 |
| Binary | 11010110 | 1101101 | 11111 | 0 | 110001 | 1010110 | 10000 | 11010 | 1001011 | 110000 |
Color Harmonies of #D66D1F
Complementary color
Monochromatic Colors of #D66D1F
Black with #D66D1F
Text Example
Text Example
White with #D66D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D1F; }
p { color: rgb(214,109,31); }
H1.HeaderClassName
{
color: #D66D1F;
}
.AnyTagClassName
{
color: #D66D1F;
}
</style>
background-color css
<style>
a { background-color: #D66D1F; }
a { background-color: rgb(214,109,31); }
div.DivClassName
{
background-color: #D66D1F;
}
.BgClassName
{
background-color: #D66D1F;
}
</style>
border-color css
<style>
span { border-color: #D66D1F; }
span { border-color: rgb(214,109,31); }
td.TdClassName
{
border-color: #D66D1F;
}
.TagClassName
{
border-color: #D66D1F;
}
</style>