Shades of Gold Drop #D86731
Tints of Gold Drop #D86731
RGB
CMYK
RGB Variations
Color information
#D86731 (or 0xD86731) is known color: Gold Drop. HEX triplet: D8, 67 and 31. RGB value is (216,103,49). Sum of RGB (Red+Green+Blue) = 216+103+49=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D86731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86731 is #2798CE. Grayscale: #828282. Windows color (decimal): -2595023 or 3237848. OLE color: 3237848.
HSL color Cylindrical-coordinate representation of color #D86731: hue angle of 19.4º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D86731 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 49 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.15 |
| HSL | 19.4º | 0.68% | 0.52% | - |
| HSV(B) | 19.4º | 0.77% | 0.85% | - |
| XYZ | 33.72 | 24.52 | 5.86 | - |
| YUV | 130.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 49 | 0 | 0.52 | 0.77 | 0.15 | 19.4 | 0.68 | 0.52 |
| Hex | D8 | 67 | 31 | 0 | 34 | 4D | F | 13 | 44 | 34 |
| Octal | 330 | 147 | 61 | 0 | 64 | 115 | 17 | 23 | 104 | 64 |
| Binary | 11011000 | 1100111 | 110001 | 0 | 110100 | 1001101 | 1111 | 10011 | 1000100 | 110100 |
Color Harmonies of #D86731
Complementary color
Monochromatic Colors of #D86731
Black with #D86731
Text Example
Text Example
White with #D86731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86731; }
p { color: rgb(216,103,49); }
H1.HeaderClassName
{
color: #D86731;
}
.AnyTagClassName
{
color: #D86731;
}
</style>
background-color css
<style>
a { background-color: #D86731; }
a { background-color: rgb(216,103,49); }
div.DivClassName
{
background-color: #D86731;
}
.BgClassName
{
background-color: #D86731;
}
</style>
border-color css
<style>
span { border-color: #D86731; }
span { border-color: rgb(216,103,49); }
td.TdClassName
{
border-color: #D86731;
}
.TagClassName
{
border-color: #D86731;
}
</style>