Shades of Gold Drop #D86A31
Tints of Gold Drop #D86A31
RGB
CMYK
RGB Variations
Color information
#D86A31 (or 0xD86A31) is known color: Gold Drop. HEX triplet: D8, 6A and 31. RGB value is (216,106,49). Sum of RGB (Red+Green+Blue) = 216+106+49=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A31 is #2795CE. Grayscale: #848484. Windows color (decimal): -2594255 or 3238616. OLE color: 3238616.
HSL color Cylindrical-coordinate representation of color #D86A31: hue angle of 20.48º 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 #D86A31 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 49 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.15 |
| HSL | 20.48º | 0.68% | 0.52% | - |
| HSV(B) | 20.48º | 0.77% | 0.85% | - |
| XYZ | 34.03 | 25.13 | 5.96 | - |
| YUV | 132.39 | 80.94 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 49 | 0 | 0.51 | 0.77 | 0.15 | 20.48 | 0.68 | 0.52 |
| Hex | D8 | 6A | 31 | 0 | 33 | 4D | F | 14 | 44 | 34 |
| Octal | 330 | 152 | 61 | 0 | 63 | 115 | 17 | 24 | 104 | 64 |
| Binary | 11011000 | 1101010 | 110001 | 0 | 110011 | 1001101 | 1111 | 10100 | 1000100 | 110100 |
Color Harmonies of #D86A31
Complementary color
Monochromatic Colors of #D86A31
Black with #D86A31
Text Example
Text Example
White with #D86A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A31; }
p { color: rgb(216,106,49); }
H1.HeaderClassName
{
color: #D86A31;
}
.AnyTagClassName
{
color: #D86A31;
}
</style>
background-color css
<style>
a { background-color: #D86A31; }
a { background-color: rgb(216,106,49); }
div.DivClassName
{
background-color: #D86A31;
}
.BgClassName
{
background-color: #D86A31;
}
</style>
border-color css
<style>
span { border-color: #D86A31; }
span { border-color: rgb(216,106,49); }
td.TdClassName
{
border-color: #D86A31;
}
.TagClassName
{
border-color: #D86A31;
}
</style>