Shades of Gold Drop #D0652E
Tints of Gold Drop #D0652E
RGB
CMYK
RGB Variations
Color information
#D0652E (or 0xD0652E) is known color: Gold Drop. HEX triplet: D0, 65 and 2E. RGB value is (208,101,46). Sum of RGB (Red+Green+Blue) = 208+101+46=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0652E is #2F9AD1. Grayscale: #7F7F7F. Windows color (decimal): -3119826 or 3040720. OLE color: 3040720.
HSL color Cylindrical-coordinate representation of color #D0652E: hue angle of 20.37º 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 #D0652E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 46 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.18 |
| HSL | 20.37º | 0.64% | 0.5% | - |
| HSV(B) | 20.37º | 0.78% | 0.82% | - |
| XYZ | 31.16 | 22.91 | 5.37 | - |
| YUV | 126.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 46 | 0 | 0.51 | 0.78 | 0.18 | 20.37 | 0.64 | 0.5 |
| Hex | D0 | 65 | 2E | 0 | 33 | 4E | 12 | 14 | 40 | 32 |
| Octal | 320 | 145 | 56 | 0 | 63 | 116 | 22 | 24 | 100 | 62 |
| Binary | 11010000 | 1100101 | 101110 | 0 | 110011 | 1001110 | 10010 | 10100 | 1000000 | 110010 |
Color Harmonies of #D0652E
Complementary color
Monochromatic Colors of #D0652E
Black with #D0652E
Text Example
Text Example
White with #D0652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0652E; }
p { color: rgb(208,101,46); }
H1.HeaderClassName
{
color: #D0652E;
}
.AnyTagClassName
{
color: #D0652E;
}
</style>
background-color css
<style>
a { background-color: #D0652E; }
a { background-color: rgb(208,101,46); }
div.DivClassName
{
background-color: #D0652E;
}
.BgClassName
{
background-color: #D0652E;
}
</style>
border-color css
<style>
span { border-color: #D0652E; }
span { border-color: rgb(208,101,46); }
td.TdClassName
{
border-color: #D0652E;
}
.TagClassName
{
border-color: #D0652E;
}
</style>