Shades of Chocolate #D66623
Tints of Chocolate #D66623
RGB
CMYK
RGB Variations
Color information
#D66623 (or 0xD66623) is known color: Chocolate. HEX triplet: D6, 66 and 23. RGB value is (214,102,35). Sum of RGB (Red+Green+Blue) = 214+102+35=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D66623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66623 is #2999DC. Grayscale: #808080. Windows color (decimal): -2726365 or 2320086. OLE color: 2320086.
HSL color Cylindrical-coordinate representation of color #D66623: hue angle of 22.46º 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 #D66623 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 35 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.16 |
| HSL | 22.46º | 0.72% | 0.49% | - |
| HSV(B) | 22.46º | 0.84% | 0.84% | - |
| XYZ | 32.79 | 23.92 | 4.48 | - |
| YUV | 127.85 | 75.61 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 35 | 0 | 0.52 | 0.84 | 0.16 | 22.46 | 0.72 | 0.49 |
| Hex | D6 | 66 | 23 | 0 | 34 | 54 | 10 | 16 | 48 | 31 |
| Octal | 326 | 146 | 43 | 0 | 64 | 124 | 20 | 26 | 110 | 61 |
| Binary | 11010110 | 1100110 | 100011 | 0 | 110100 | 1010100 | 10000 | 10110 | 1001000 | 110001 |
Color Harmonies of #D66623
Complementary color
Monochromatic Colors of #D66623
Black with #D66623
Text Example
Text Example
White with #D66623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66623; }
p { color: rgb(214,102,35); }
H1.HeaderClassName
{
color: #D66623;
}
.AnyTagClassName
{
color: #D66623;
}
</style>
background-color css
<style>
a { background-color: #D66623; }
a { background-color: rgb(214,102,35); }
div.DivClassName
{
background-color: #D66623;
}
.BgClassName
{
background-color: #D66623;
}
</style>
border-color css
<style>
span { border-color: #D66623; }
span { border-color: rgb(214,102,35); }
td.TdClassName
{
border-color: #D66623;
}
.TagClassName
{
border-color: #D66623;
}
</style>