Shades of Gold Drop #D06530
Tints of Gold Drop #D06530
RGB
CMYK
RGB Variations
Color information
#D06530 (or 0xD06530) is known color: Gold Drop. HEX triplet: D0, 65 and 30. RGB value is (208,101,48). Sum of RGB (Red+Green+Blue) = 208+101+48=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D06530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06530 is #2F9ACF. Grayscale: #7F7F7F. Windows color (decimal): -3119824 or 3171792. OLE color: 3171792.
HSL color Cylindrical-coordinate representation of color #D06530: hue angle of 19.88º 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 #D06530 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 48 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.18 |
| HSL | 19.88º | 0.63% | 0.5% | - |
| HSV(B) | 19.88º | 0.77% | 0.82% | - |
| XYZ | 31.2 | 22.93 | 5.58 | - |
| YUV | 126.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 48 | 0 | 0.51 | 0.77 | 0.18 | 19.88 | 0.63 | 0.5 |
| Hex | D0 | 65 | 30 | 0 | 33 | 4D | 12 | 14 | 3F | 32 |
| Octal | 320 | 145 | 60 | 0 | 63 | 115 | 22 | 24 | 77 | 62 |
| Binary | 11010000 | 1100101 | 110000 | 0 | 110011 | 1001101 | 10010 | 10100 | 111111 | 110010 |
Color Harmonies of #D06530
Complementary color
Monochromatic Colors of #D06530
Black with #D06530
Text Example
Text Example
White with #D06530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06530; }
p { color: rgb(208,101,48); }
H1.HeaderClassName
{
color: #D06530;
}
.AnyTagClassName
{
color: #D06530;
}
</style>
background-color css
<style>
a { background-color: #D06530; }
a { background-color: rgb(208,101,48); }
div.DivClassName
{
background-color: #D06530;
}
.BgClassName
{
background-color: #D06530;
}
</style>
border-color css
<style>
span { border-color: #D06530; }
span { border-color: rgb(208,101,48); }
td.TdClassName
{
border-color: #D06530;
}
.TagClassName
{
border-color: #D06530;
}
</style>