Shades of Gold Drop #D66C2F
Tints of Gold Drop #D66C2F
RGB
CMYK
RGB Variations
Color information
#D66C2F (or 0xD66C2F) is known color: Gold Drop. HEX triplet: D6, 6C and 2F. RGB value is (214,108,47). Sum of RGB (Red+Green+Blue) = 214+108+47=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C2F is #2993D0. Grayscale: #858585. Windows color (decimal): -2724817 or 3108054. OLE color: 3108054.
HSL color Cylindrical-coordinate representation of color #D66C2F: hue angle of 21.92º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D66C2F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 47 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.16 |
| HSL | 21.92º | 0.67% | 0.51% | - |
| HSV(B) | 21.92º | 0.78% | 0.84% | - |
| XYZ | 33.61 | 25.23 | 5.79 | - |
| YUV | 132.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 47 | 0 | 0.50 | 0.78 | 0.16 | 21.92 | 0.67 | 0.51 |
| Hex | D6 | 6C | 2F | 0 | 32 | 4E | 10 | 16 | 43 | 33 |
| Octal | 326 | 154 | 57 | 0 | 62 | 116 | 20 | 26 | 103 | 63 |
| Binary | 11010110 | 1101100 | 101111 | 0 | 110010 | 1001110 | 10000 | 10110 | 1000011 | 110011 |
Color Harmonies of #D66C2F
Complementary color
Monochromatic Colors of #D66C2F
Black with #D66C2F
Text Example
Text Example
White with #D66C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C2F; }
p { color: rgb(214,108,47); }
H1.HeaderClassName
{
color: #D66C2F;
}
.AnyTagClassName
{
color: #D66C2F;
}
</style>
background-color css
<style>
a { background-color: #D66C2F; }
a { background-color: rgb(214,108,47); }
div.DivClassName
{
background-color: #D66C2F;
}
.BgClassName
{
background-color: #D66C2F;
}
</style>
border-color css
<style>
span { border-color: #D66C2F; }
span { border-color: rgb(214,108,47); }
td.TdClassName
{
border-color: #D66C2F;
}
.TagClassName
{
border-color: #D66C2F;
}
</style>