Shades of Gold Drop #D66C2E
Tints of Gold Drop #D66C2E
RGB
CMYK
RGB Variations
Color information
#D66C2E (or 0xD66C2E) is known color: Gold Drop. HEX triplet: D6, 6C and 2E. RGB value is (214,108,46). Sum of RGB (Red+Green+Blue) = 214+108+46=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C2E is #2993D1. Grayscale: #848484. Windows color (decimal): -2724818 or 3042518. OLE color: 3042518.
HSL color Cylindrical-coordinate representation of color #D66C2E: hue angle of 22.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D66C2E is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 46 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.16 |
| HSL | 22.14º | 0.67% | 0.51% | - |
| HSV(B) | 22.14º | 0.79% | 0.84% | - |
| XYZ | 33.59 | 25.22 | 5.68 | - |
| YUV | 132.63 | 79.12 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 46 | 0 | 0.50 | 0.79 | 0.16 | 22.14 | 0.67 | 0.51 |
| Hex | D6 | 6C | 2E | 0 | 32 | 4F | 10 | 16 | 43 | 33 |
| Octal | 326 | 154 | 56 | 0 | 62 | 117 | 20 | 26 | 103 | 63 |
| Binary | 11010110 | 1101100 | 101110 | 0 | 110010 | 1001111 | 10000 | 10110 | 1000011 | 110011 |
Color Harmonies of #D66C2E
Complementary color
Monochromatic Colors of #D66C2E
Black with #D66C2E
Text Example
Text Example
White with #D66C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C2E; }
p { color: rgb(214,108,46); }
H1.HeaderClassName
{
color: #D66C2E;
}
.AnyTagClassName
{
color: #D66C2E;
}
</style>
background-color css
<style>
a { background-color: #D66C2E; }
a { background-color: rgb(214,108,46); }
div.DivClassName
{
background-color: #D66C2E;
}
.BgClassName
{
background-color: #D66C2E;
}
</style>
border-color css
<style>
span { border-color: #D66C2E; }
span { border-color: rgb(214,108,46); }
td.TdClassName
{
border-color: #D66C2E;
}
.TagClassName
{
border-color: #D66C2E;
}
</style>