Shades of Gold Drop #D86829
Tints of Gold Drop #D86829
RGB
CMYK
RGB Variations
Color information
#D86829 (or 0xD86829) is known color: Gold Drop. HEX triplet: D8, 68 and 29. RGB value is (216,104,41). Sum of RGB (Red+Green+Blue) = 216+104+41=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D86829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86829 is #2797D6. Grayscale: #828282. Windows color (decimal): -2594775 or 2713816. OLE color: 2713816.
HSL color Cylindrical-coordinate representation of color #D86829: hue angle of 21.6º 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 #D86829 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 41 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.15 |
| HSL | 21.6º | 0.69% | 0.5% | - |
| HSV(B) | 21.6º | 0.81% | 0.85% | - |
| XYZ | 33.67 | 24.66 | 5.08 | - |
| YUV | 130.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 41 | 0 | 0.52 | 0.81 | 0.15 | 21.6 | 0.69 | 0.5 |
| Hex | D8 | 68 | 29 | 0 | 34 | 51 | F | 16 | 45 | 32 |
| Octal | 330 | 150 | 51 | 0 | 64 | 121 | 17 | 26 | 105 | 62 |
| Binary | 11011000 | 1101000 | 101001 | 0 | 110100 | 1010001 | 1111 | 10110 | 1000101 | 110010 |
Color Harmonies of #D86829
Complementary color
Monochromatic Colors of #D86829
Black with #D86829
Text Example
Text Example
White with #D86829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86829; }
p { color: rgb(216,104,41); }
H1.HeaderClassName
{
color: #D86829;
}
.AnyTagClassName
{
color: #D86829;
}
</style>
background-color css
<style>
a { background-color: #D86829; }
a { background-color: rgb(216,104,41); }
div.DivClassName
{
background-color: #D86829;
}
.BgClassName
{
background-color: #D86829;
}
</style>
border-color css
<style>
span { border-color: #D86829; }
span { border-color: rgb(216,104,41); }
td.TdClassName
{
border-color: #D86829;
}
.TagClassName
{
border-color: #D86829;
}
</style>