Shades of Gold Drop #D86932
Tints of Gold Drop #D86932
RGB
CMYK
RGB Variations
Color information
#D86932 (or 0xD86932) is known color: Gold Drop. HEX triplet: D8, 69 and 32. RGB value is (216,105,50). Sum of RGB (Red+Green+Blue) = 216+105+50=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D86932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86932 is #2796CD. Grayscale: #848484. Windows color (decimal): -2594510 or 3303896. OLE color: 3303896.
HSL color Cylindrical-coordinate representation of color #D86932: hue angle of 19.88º 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 #D86932 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 50 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.15 |
| HSL | 19.88º | 0.68% | 0.52% | - |
| HSV(B) | 19.88º | 0.77% | 0.85% | - |
| XYZ | 33.95 | 24.93 | 6.04 | - |
| YUV | 131.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 50 | 0 | 0.51 | 0.77 | 0.15 | 19.88 | 0.68 | 0.52 |
| Hex | D8 | 69 | 32 | 0 | 33 | 4D | F | 14 | 44 | 34 |
| Octal | 330 | 151 | 62 | 0 | 63 | 115 | 17 | 24 | 104 | 64 |
| Binary | 11011000 | 1101001 | 110010 | 0 | 110011 | 1001101 | 1111 | 10100 | 1000100 | 110100 |
Color Harmonies of #D86932
Complementary color
Monochromatic Colors of #D86932
Black with #D86932
Text Example
Text Example
White with #D86932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86932; }
p { color: rgb(216,105,50); }
H1.HeaderClassName
{
color: #D86932;
}
.AnyTagClassName
{
color: #D86932;
}
</style>
background-color css
<style>
a { background-color: #D86932; }
a { background-color: rgb(216,105,50); }
div.DivClassName
{
background-color: #D86932;
}
.BgClassName
{
background-color: #D86932;
}
</style>
border-color css
<style>
span { border-color: #D86932; }
span { border-color: rgb(216,105,50); }
td.TdClassName
{
border-color: #D86932;
}
.TagClassName
{
border-color: #D86932;
}
</style>