Shades of Gold Drop #D66B2F
Tints of Gold Drop #D66B2F
RGB
CMYK
RGB Variations
Color information
#D66B2F (or 0xD66B2F) is known color: Gold Drop. HEX triplet: D6, 6B and 2F. RGB value is (214,107,47). Sum of RGB (Red+Green+Blue) = 214+107+47=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B2F is #2994D0. Grayscale: #848484. Windows color (decimal): -2725073 or 3107798. OLE color: 3107798.
HSL color Cylindrical-coordinate representation of color #D66B2F: hue angle of 21.56º 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 #D66B2F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 47 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.16 |
| HSL | 21.56º | 0.67% | 0.51% | - |
| HSV(B) | 21.56º | 0.78% | 0.84% | - |
| XYZ | 33.5 | 25.02 | 5.75 | - |
| YUV | 132.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 47 | 0 | 0.50 | 0.78 | 0.16 | 21.56 | 0.67 | 0.51 |
| Hex | D6 | 6B | 2F | 0 | 32 | 4E | 10 | 16 | 43 | 33 |
| Octal | 326 | 153 | 57 | 0 | 62 | 116 | 20 | 26 | 103 | 63 |
| Binary | 11010110 | 1101011 | 101111 | 0 | 110010 | 1001110 | 10000 | 10110 | 1000011 | 110011 |
Color Harmonies of #D66B2F
Complementary color
Monochromatic Colors of #D66B2F
Black with #D66B2F
Text Example
Text Example
White with #D66B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66B2F; }
p { color: rgb(214,107,47); }
H1.HeaderClassName
{
color: #D66B2F;
}
.AnyTagClassName
{
color: #D66B2F;
}
</style>
background-color css
<style>
a { background-color: #D66B2F; }
a { background-color: rgb(214,107,47); }
div.DivClassName
{
background-color: #D66B2F;
}
.BgClassName
{
background-color: #D66B2F;
}
</style>
border-color css
<style>
span { border-color: #D66B2F; }
span { border-color: rgb(214,107,47); }
td.TdClassName
{
border-color: #D66B2F;
}
.TagClassName
{
border-color: #D66B2F;
}
</style>