Shades of Gold Drop #D86632
Tints of Gold Drop #D86632
RGB
CMYK
RGB Variations
Color information
#D86632 (or 0xD86632) is known color: Gold Drop. HEX triplet: D8, 66 and 32. RGB value is (216,102,50). Sum of RGB (Red+Green+Blue) = 216+102+50=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D86632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86632 is #2799CD. Grayscale: #828282. Windows color (decimal): -2595278 or 3303128. OLE color: 3303128.
HSL color Cylindrical-coordinate representation of color #D86632: hue angle of 18.8º 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 #D86632 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 102 | 50 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.15 |
| HSL | 18.8º | 0.68% | 0.52% | - |
| HSV(B) | 18.8º | 0.77% | 0.85% | - |
| XYZ | 33.65 | 24.33 | 5.94 | - |
| YUV | 130.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 102 | 50 | 0 | 0.53 | 0.77 | 0.15 | 18.8 | 0.68 | 0.52 |
| Hex | D8 | 66 | 32 | 0 | 35 | 4D | F | 13 | 44 | 34 |
| Octal | 330 | 146 | 62 | 0 | 65 | 115 | 17 | 23 | 104 | 64 |
| Binary | 11011000 | 1100110 | 110010 | 0 | 110101 | 1001101 | 1111 | 10011 | 1000100 | 110100 |
Color Harmonies of #D86632
Complementary color
Monochromatic Colors of #D86632
Black with #D86632
Text Example
Text Example
White with #D86632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86632; }
p { color: rgb(216,102,50); }
H1.HeaderClassName
{
color: #D86632;
}
.AnyTagClassName
{
color: #D86632;
}
</style>
background-color css
<style>
a { background-color: #D86632; }
a { background-color: rgb(216,102,50); }
div.DivClassName
{
background-color: #D86632;
}
.BgClassName
{
background-color: #D86632;
}
</style>
border-color css
<style>
span { border-color: #D86632; }
span { border-color: rgb(216,102,50); }
td.TdClassName
{
border-color: #D86632;
}
.TagClassName
{
border-color: #D86632;
}
</style>