Shades of Gold Drop #D66630
Tints of Gold Drop #D66630
RGB
CMYK
RGB Variations
Color information
#D66630 (or 0xD66630) is known color: Gold Drop. HEX triplet: D6, 66 and 30. RGB value is (214,102,48). Sum of RGB (Red+Green+Blue) = 214+102+48=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D66630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66630 is #2999CF. Grayscale: #818181. Windows color (decimal): -2726352 or 3172054. OLE color: 3172054.
HSL color Cylindrical-coordinate representation of color #D66630: hue angle of 19.52º 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 #D66630 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 48 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.16 |
| HSL | 19.52º | 0.67% | 0.51% | - |
| HSV(B) | 19.52º | 0.78% | 0.84% | - |
| XYZ | 33.02 | 24.01 | 5.69 | - |
| YUV | 129.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 48 | 0 | 0.52 | 0.78 | 0.16 | 19.52 | 0.67 | 0.51 |
| Hex | D6 | 66 | 30 | 0 | 34 | 4E | 10 | 14 | 43 | 33 |
| Octal | 326 | 146 | 60 | 0 | 64 | 116 | 20 | 24 | 103 | 63 |
| Binary | 11010110 | 1100110 | 110000 | 0 | 110100 | 1001110 | 10000 | 10100 | 1000011 | 110011 |
Color Harmonies of #D66630
Complementary color
Monochromatic Colors of #D66630
Black with #D66630
Text Example
Text Example
White with #D66630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66630; }
p { color: rgb(214,102,48); }
H1.HeaderClassName
{
color: #D66630;
}
.AnyTagClassName
{
color: #D66630;
}
</style>
background-color css
<style>
a { background-color: #D66630; }
a { background-color: rgb(214,102,48); }
div.DivClassName
{
background-color: #D66630;
}
.BgClassName
{
background-color: #D66630;
}
</style>
border-color css
<style>
span { border-color: #D66630; }
span { border-color: rgb(214,102,48); }
td.TdClassName
{
border-color: #D66630;
}
.TagClassName
{
border-color: #D66630;
}
</style>