Shades of Gold Drop #D86A32
Tints of Gold Drop #D86A32
RGB
CMYK
RGB Variations
Color information
#D86A32 (or 0xD86A32) is known color: Gold Drop. HEX triplet: D8, 6A and 32. RGB value is (216,106,50). Sum of RGB (Red+Green+Blue) = 216+106+50=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A32 is #2795CD. Grayscale: #848484. Windows color (decimal): -2594254 or 3304152. OLE color: 3304152.
HSL color Cylindrical-coordinate representation of color #D86A32: hue angle of 20.24º 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 #D86A32 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 50 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.15 |
| HSL | 20.24º | 0.68% | 0.52% | - |
| HSV(B) | 20.24º | 0.77% | 0.85% | - |
| XYZ | 34.05 | 25.14 | 6.08 | - |
| YUV | 132.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 50 | 0 | 0.51 | 0.77 | 0.15 | 20.24 | 0.68 | 0.52 |
| Hex | D8 | 6A | 32 | 0 | 33 | 4D | F | 14 | 44 | 34 |
| Octal | 330 | 152 | 62 | 0 | 63 | 115 | 17 | 24 | 104 | 64 |
| Binary | 11011000 | 1101010 | 110010 | 0 | 110011 | 1001101 | 1111 | 10100 | 1000100 | 110100 |
Color Harmonies of #D86A32
Complementary color
Monochromatic Colors of #D86A32
Black with #D86A32
Text Example
Text Example
White with #D86A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86A32; }
p { color: rgb(216,106,50); }
H1.HeaderClassName
{
color: #D86A32;
}
.AnyTagClassName
{
color: #D86A32;
}
</style>
background-color css
<style>
a { background-color: #D86A32; }
a { background-color: rgb(216,106,50); }
div.DivClassName
{
background-color: #D86A32;
}
.BgClassName
{
background-color: #D86A32;
}
</style>
border-color css
<style>
span { border-color: #D86A32; }
span { border-color: rgb(216,106,50); }
td.TdClassName
{
border-color: #D86A32;
}
.TagClassName
{
border-color: #D86A32;
}
</style>