Shades of Chocolate #D66123
Tints of Chocolate #D66123
RGB
CMYK
RGB Variations
Color information
#D66123 (or 0xD66123) is known color: Chocolate. HEX triplet: D6, 61 and 23. RGB value is (214,97,35). Sum of RGB (Red+Green+Blue) = 214+97+35=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D66123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66123 is #299EDC. Grayscale: #7D7D7D. Windows color (decimal): -2727645 or 2318806. OLE color: 2318806.
HSL color Cylindrical-coordinate representation of color #D66123: hue angle of 20.78º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D66123 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 35 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.16 |
| HSL | 20.78º | 0.72% | 0.49% | - |
| HSV(B) | 20.78º | 0.84% | 0.84% | - |
| XYZ | 32.31 | 22.97 | 4.32 | - |
| YUV | 124.92 | 77.26 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 35 | 0 | 0.55 | 0.84 | 0.16 | 20.78 | 0.72 | 0.49 |
| Hex | D6 | 61 | 23 | 0 | 37 | 54 | 10 | 15 | 48 | 31 |
| Octal | 326 | 141 | 43 | 0 | 67 | 124 | 20 | 25 | 110 | 61 |
| Binary | 11010110 | 1100001 | 100011 | 0 | 110111 | 1010100 | 10000 | 10101 | 1001000 | 110001 |
Color Harmonies of #D66123
Complementary color
Monochromatic Colors of #D66123
Black with #D66123
Text Example
Text Example
White with #D66123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66123; }
p { color: rgb(214,97,35); }
H1.HeaderClassName
{
color: #D66123;
}
.AnyTagClassName
{
color: #D66123;
}
</style>
background-color css
<style>
a { background-color: #D66123; }
a { background-color: rgb(214,97,35); }
div.DivClassName
{
background-color: #D66123;
}
.BgClassName
{
background-color: #D66123;
}
</style>
border-color css
<style>
span { border-color: #D66123; }
span { border-color: rgb(214,97,35); }
td.TdClassName
{
border-color: #D66123;
}
.TagClassName
{
border-color: #D66123;
}
</style>