Shades of Gold Drop #D66E2F
Tints of Gold Drop #D66E2F
RGB
CMYK
RGB Variations
Color information
#D66E2F (or 0xD66E2F) is known color: Gold Drop. HEX triplet: D6, 6E and 2F. RGB value is (214,110,47). Sum of RGB (Red+Green+Blue) = 214+110+47=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66E2F is #2991D0. Grayscale: #868686. Windows color (decimal): -2724305 or 3108566. OLE color: 3108566.
HSL color Cylindrical-coordinate representation of color #D66E2F: hue angle of 22.63º 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 #D66E2F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 47 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.16 |
| HSL | 22.63º | 0.67% | 0.51% | - |
| HSV(B) | 22.63º | 0.78% | 0.84% | - |
| XYZ | 33.82 | 25.65 | 5.86 | - |
| YUV | 133.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 47 | 0 | 0.49 | 0.78 | 0.16 | 22.63 | 0.67 | 0.51 |
| Hex | D6 | 6E | 2F | 0 | 31 | 4E | 10 | 17 | 43 | 33 |
| Octal | 326 | 156 | 57 | 0 | 61 | 116 | 20 | 27 | 103 | 63 |
| Binary | 11010110 | 1101110 | 101111 | 0 | 110001 | 1001110 | 10000 | 10111 | 1000011 | 110011 |
Color Harmonies of #D66E2F
Complementary color
Monochromatic Colors of #D66E2F
Black with #D66E2F
Text Example
Text Example
White with #D66E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E2F; }
p { color: rgb(214,110,47); }
H1.HeaderClassName
{
color: #D66E2F;
}
.AnyTagClassName
{
color: #D66E2F;
}
</style>
background-color css
<style>
a { background-color: #D66E2F; }
a { background-color: rgb(214,110,47); }
div.DivClassName
{
background-color: #D66E2F;
}
.BgClassName
{
background-color: #D66E2F;
}
</style>
border-color css
<style>
span { border-color: #D66E2F; }
span { border-color: rgb(214,110,47); }
td.TdClassName
{
border-color: #D66E2F;
}
.TagClassName
{
border-color: #D66E2F;
}
</style>