Shades of Gold Drop #D06835
Tints of Gold Drop #D06835
RGB
CMYK
RGB Variations
Color information
#D06835 (or 0xD06835) is known color: Gold Drop. HEX triplet: D0, 68 and 35. RGB value is (208,104,53). Sum of RGB (Red+Green+Blue) = 208+104+53=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D06835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06835 is #2F97CA. Grayscale: #818181. Windows color (decimal): -3119051 or 3500240. OLE color: 3500240.
HSL color Cylindrical-coordinate representation of color #D06835: hue angle of 19.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D06835 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 53 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.18 |
| HSL | 19.74º | 0.62% | 0.51% | - |
| HSV(B) | 19.74º | 0.75% | 0.82% | - |
| XYZ | 31.61 | 23.57 | 6.25 | - |
| YUV | 129.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 53 | 0 | 0.5 | 0.75 | 0.18 | 19.74 | 0.62 | 0.51 |
| Hex | D0 | 68 | 35 | 0 | 32 | 4B | 12 | 14 | 3E | 33 |
| Octal | 320 | 150 | 65 | 0 | 62 | 113 | 22 | 24 | 76 | 63 |
| Binary | 11010000 | 1101000 | 110101 | 0 | 110010 | 1001011 | 10010 | 10100 | 111110 | 110011 |
Color Harmonies of #D06835
Complementary color
Monochromatic Colors of #D06835
Black with #D06835
Text Example
Text Example
White with #D06835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06835; }
p { color: rgb(208,104,53); }
H1.HeaderClassName
{
color: #D06835;
}
.AnyTagClassName
{
color: #D06835;
}
</style>
background-color css
<style>
a { background-color: #D06835; }
a { background-color: rgb(208,104,53); }
div.DivClassName
{
background-color: #D06835;
}
.BgClassName
{
background-color: #D06835;
}
</style>
border-color css
<style>
span { border-color: #D06835; }
span { border-color: rgb(208,104,53); }
td.TdClassName
{
border-color: #D06835;
}
.TagClassName
{
border-color: #D06835;
}
</style>