Shades of Gold Drop #D66A30
Tints of Gold Drop #D66A30
RGB
CMYK
RGB Variations
Color information
#D66A30 (or 0xD66A30) is known color: Gold Drop. HEX triplet: D6, 6A and 30. RGB value is (214,106,48). Sum of RGB (Red+Green+Blue) = 214+106+48=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A30 is #2995CF. Grayscale: #848484. Windows color (decimal): -2725328 or 3173078. OLE color: 3173078.
HSL color Cylindrical-coordinate representation of color #D66A30: hue angle of 20.96º 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 #D66A30 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 48 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.16 |
| HSL | 20.96º | 0.67% | 0.51% | - |
| HSV(B) | 20.96º | 0.78% | 0.84% | - |
| XYZ | 33.42 | 24.82 | 5.83 | - |
| YUV | 131.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 48 | 0 | 0.50 | 0.78 | 0.16 | 20.96 | 0.67 | 0.51 |
| Hex | D6 | 6A | 30 | 0 | 32 | 4E | 10 | 15 | 43 | 33 |
| Octal | 326 | 152 | 60 | 0 | 62 | 116 | 20 | 25 | 103 | 63 |
| Binary | 11010110 | 1101010 | 110000 | 0 | 110010 | 1001110 | 10000 | 10101 | 1000011 | 110011 |
Color Harmonies of #D66A30
Complementary color
Monochromatic Colors of #D66A30
Black with #D66A30
Text Example
Text Example
White with #D66A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A30; }
p { color: rgb(214,106,48); }
H1.HeaderClassName
{
color: #D66A30;
}
.AnyTagClassName
{
color: #D66A30;
}
</style>
background-color css
<style>
a { background-color: #D66A30; }
a { background-color: rgb(214,106,48); }
div.DivClassName
{
background-color: #D66A30;
}
.BgClassName
{
background-color: #D66A30;
}
</style>
border-color css
<style>
span { border-color: #D66A30; }
span { border-color: rgb(214,106,48); }
td.TdClassName
{
border-color: #D66A30;
}
.TagClassName
{
border-color: #D66A30;
}
</style>