Shades of Gold Drop #D86728
Tints of Gold Drop #D86728
RGB
CMYK
RGB Variations
Color information
#D86728 (or 0xD86728) is known color: Gold Drop. HEX triplet: D8, 67 and 28. RGB value is (216,103,40). Sum of RGB (Red+Green+Blue) = 216+103+40=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D86728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86728 is #2798D7. Grayscale: #818181. Windows color (decimal): -2595032 or 2648024. OLE color: 2648024.
HSL color Cylindrical-coordinate representation of color #D86728: hue angle of 21.48º 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 #D86728 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 40 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.15 |
| HSL | 21.48º | 0.69% | 0.5% | - |
| HSV(B) | 21.48º | 0.81% | 0.85% | - |
| XYZ | 33.55 | 24.45 | 4.96 | - |
| YUV | 129.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 40 | 0 | 0.52 | 0.81 | 0.15 | 21.48 | 0.69 | 0.5 |
| Hex | D8 | 67 | 28 | 0 | 34 | 51 | F | 15 | 45 | 32 |
| Octal | 330 | 147 | 50 | 0 | 64 | 121 | 17 | 25 | 105 | 62 |
| Binary | 11011000 | 1100111 | 101000 | 0 | 110100 | 1010001 | 1111 | 10101 | 1000101 | 110010 |
Color Harmonies of #D86728
Complementary color
Monochromatic Colors of #D86728
Black with #D86728
Text Example
Text Example
White with #D86728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86728; }
p { color: rgb(216,103,40); }
H1.HeaderClassName
{
color: #D86728;
}
.AnyTagClassName
{
color: #D86728;
}
</style>
background-color css
<style>
a { background-color: #D86728; }
a { background-color: rgb(216,103,40); }
div.DivClassName
{
background-color: #D86728;
}
.BgClassName
{
background-color: #D86728;
}
</style>
border-color css
<style>
span { border-color: #D86728; }
span { border-color: rgb(216,103,40); }
td.TdClassName
{
border-color: #D86728;
}
.TagClassName
{
border-color: #D86728;
}
</style>