Shades of Gold Drop #D0652F
Tints of Gold Drop #D0652F
RGB
CMYK
RGB Variations
Color information
#D0652F (or 0xD0652F) is known color: Gold Drop. HEX triplet: D0, 65 and 2F. RGB value is (208,101,47). Sum of RGB (Red+Green+Blue) = 208+101+47=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0652F is #2F9AD0. Grayscale: #7F7F7F. Windows color (decimal): -3119825 or 3106256. OLE color: 3106256.
HSL color Cylindrical-coordinate representation of color #D0652F: hue angle of 20.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0652F is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 47 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.18 |
| HSL | 20.12º | 0.63% | 0.5% | - |
| HSV(B) | 20.12º | 0.77% | 0.82% | - |
| XYZ | 31.18 | 22.92 | 5.47 | - |
| YUV | 126.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 47 | 0 | 0.51 | 0.77 | 0.18 | 20.12 | 0.63 | 0.5 |
| Hex | D0 | 65 | 2F | 0 | 33 | 4D | 12 | 14 | 3F | 32 |
| Octal | 320 | 145 | 57 | 0 | 63 | 115 | 22 | 24 | 77 | 62 |
| Binary | 11010000 | 1100101 | 101111 | 0 | 110011 | 1001101 | 10010 | 10100 | 111111 | 110010 |
Color Harmonies of #D0652F
Complementary color
Monochromatic Colors of #D0652F
Black with #D0652F
Text Example
Text Example
White with #D0652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0652F; }
p { color: rgb(208,101,47); }
H1.HeaderClassName
{
color: #D0652F;
}
.AnyTagClassName
{
color: #D0652F;
}
</style>
background-color css
<style>
a { background-color: #D0652F; }
a { background-color: rgb(208,101,47); }
div.DivClassName
{
background-color: #D0652F;
}
.BgClassName
{
background-color: #D0652F;
}
</style>
border-color css
<style>
span { border-color: #D0652F; }
span { border-color: rgb(208,101,47); }
td.TdClassName
{
border-color: #D0652F;
}
.TagClassName
{
border-color: #D0652F;
}
</style>