Shades of Gold Drop #D86229
Tints of Gold Drop #D86229
RGB
CMYK
RGB Variations
Color information
#D86229 (or 0xD86229) is known color: Gold Drop. HEX triplet: D8, 62 and 29. RGB value is (216,98,41). Sum of RGB (Red+Green+Blue) = 216+98+41=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D86229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86229 is #279DD6. Grayscale: #7F7F7F. Windows color (decimal): -2596311 or 2712280. OLE color: 2712280.
HSL color Cylindrical-coordinate representation of color #D86229: hue angle of 19.54º 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 #D86229 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 41 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.15 |
| HSL | 19.54º | 0.69% | 0.5% | - |
| HSV(B) | 19.54º | 0.81% | 0.85% | - |
| XYZ | 33.09 | 23.49 | 4.89 | - |
| YUV | 126.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 41 | 0 | 0.55 | 0.81 | 0.15 | 19.54 | 0.69 | 0.5 |
| Hex | D8 | 62 | 29 | 0 | 37 | 51 | F | 14 | 45 | 32 |
| Octal | 330 | 142 | 51 | 0 | 67 | 121 | 17 | 24 | 105 | 62 |
| Binary | 11011000 | 1100010 | 101001 | 0 | 110111 | 1010001 | 1111 | 10100 | 1000101 | 110010 |
Color Harmonies of #D86229
Complementary color
Monochromatic Colors of #D86229
Black with #D86229
Text Example
Text Example
White with #D86229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86229; }
p { color: rgb(216,98,41); }
H1.HeaderClassName
{
color: #D86229;
}
.AnyTagClassName
{
color: #D86229;
}
</style>
background-color css
<style>
a { background-color: #D86229; }
a { background-color: rgb(216,98,41); }
div.DivClassName
{
background-color: #D86229;
}
.BgClassName
{
background-color: #D86229;
}
</style>
border-color css
<style>
span { border-color: #D86229; }
span { border-color: rgb(216,98,41); }
td.TdClassName
{
border-color: #D86229;
}
.TagClassName
{
border-color: #D86229;
}
</style>