Shades of Gold Drop #D86529
Tints of Gold Drop #D86529
RGB
CMYK
RGB Variations
Color information
#D86529 (or 0xD86529) is known color: Gold Drop. HEX triplet: D8, 65 and 29. RGB value is (216,101,41). Sum of RGB (Red+Green+Blue) = 216+101+41=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D86529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86529 is #279AD6. Grayscale: #808080. Windows color (decimal): -2595543 or 2713048. OLE color: 2713048.
HSL color Cylindrical-coordinate representation of color #D86529: hue angle of 20.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D86529 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 41 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.15 |
| HSL | 20.57º | 0.69% | 0.5% | - |
| HSV(B) | 20.57º | 0.81% | 0.85% | - |
| XYZ | 33.37 | 24.07 | 4.98 | - |
| YUV | 128.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 41 | 0 | 0.53 | 0.81 | 0.15 | 20.57 | 0.69 | 0.5 |
| Hex | D8 | 65 | 29 | 0 | 35 | 51 | F | 15 | 45 | 32 |
| Octal | 330 | 145 | 51 | 0 | 65 | 121 | 17 | 25 | 105 | 62 |
| Binary | 11011000 | 1100101 | 101001 | 0 | 110101 | 1010001 | 1111 | 10101 | 1000101 | 110010 |
Color Harmonies of #D86529
Complementary color
Monochromatic Colors of #D86529
Black with #D86529
Text Example
Text Example
White with #D86529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86529; }
p { color: rgb(216,101,41); }
H1.HeaderClassName
{
color: #D86529;
}
.AnyTagClassName
{
color: #D86529;
}
</style>
background-color css
<style>
a { background-color: #D86529; }
a { background-color: rgb(216,101,41); }
div.DivClassName
{
background-color: #D86529;
}
.BgClassName
{
background-color: #D86529;
}
</style>
border-color css
<style>
span { border-color: #D86529; }
span { border-color: rgb(216,101,41); }
td.TdClassName
{
border-color: #D86529;
}
.TagClassName
{
border-color: #D86529;
}
</style>