Shades of Gold Drop #D0662E
Tints of Gold Drop #D0662E
RGB
CMYK
RGB Variations
Color information
#D0662E (or 0xD0662E) is known color: Gold Drop. HEX triplet: D0, 66 and 2E. RGB value is (208,102,46). Sum of RGB (Red+Green+Blue) = 208+102+46=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0662E is #2F99D1. Grayscale: #7F7F7F. Windows color (decimal): -3119570 or 3040976. OLE color: 3040976.
HSL color Cylindrical-coordinate representation of color #D0662E: hue angle of 20.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0662E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 46 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.18 |
| HSL | 20.74º | 0.64% | 0.5% | - |
| HSV(B) | 20.74º | 0.78% | 0.82% | - |
| XYZ | 31.26 | 23.11 | 5.4 | - |
| YUV | 127.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 46 | 0 | 0.51 | 0.78 | 0.18 | 20.74 | 0.64 | 0.5 |
| Hex | D0 | 66 | 2E | 0 | 33 | 4E | 12 | 15 | 40 | 32 |
| Octal | 320 | 146 | 56 | 0 | 63 | 116 | 22 | 25 | 100 | 62 |
| Binary | 11010000 | 1100110 | 101110 | 0 | 110011 | 1001110 | 10010 | 10101 | 1000000 | 110010 |
Color Harmonies of #D0662E
Complementary color
Monochromatic Colors of #D0662E
Black with #D0662E
Text Example
Text Example
White with #D0662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0662E; }
p { color: rgb(208,102,46); }
H1.HeaderClassName
{
color: #D0662E;
}
.AnyTagClassName
{
color: #D0662E;
}
</style>
background-color css
<style>
a { background-color: #D0662E; }
a { background-color: rgb(208,102,46); }
div.DivClassName
{
background-color: #D0662E;
}
.BgClassName
{
background-color: #D0662E;
}
</style>
border-color css
<style>
span { border-color: #D0662E; }
span { border-color: rgb(208,102,46); }
td.TdClassName
{
border-color: #D0662E;
}
.TagClassName
{
border-color: #D0662E;
}
</style>