Shades of Gold Drop #D86933
Tints of Gold Drop #D86933
RGB
CMYK
RGB Variations
Color information
#D86933 (or 0xD86933) is known color: Gold Drop. HEX triplet: D8, 69 and 33. RGB value is (216,105,51). Sum of RGB (Red+Green+Blue) = 216+105+51=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D86933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86933 is #2796CC. Grayscale: #848484. Windows color (decimal): -2594509 or 3369432. OLE color: 3369432.
HSL color Cylindrical-coordinate representation of color #D86933: hue angle of 19.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D86933 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 51 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.15 |
| HSL | 19.64º | 0.68% | 0.52% | - |
| HSV(B) | 19.64º | 0.76% | 0.85% | - |
| XYZ | 33.97 | 24.94 | 6.16 | - |
| YUV | 132.03 | 82.27 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 51 | 0 | 0.51 | 0.76 | 0.15 | 19.64 | 0.68 | 0.52 |
| Hex | D8 | 69 | 33 | 0 | 33 | 4C | F | 14 | 44 | 34 |
| Octal | 330 | 151 | 63 | 0 | 63 | 114 | 17 | 24 | 104 | 64 |
| Binary | 11011000 | 1101001 | 110011 | 0 | 110011 | 1001100 | 1111 | 10100 | 1000100 | 110100 |
Color Harmonies of #D86933
Complementary color
Monochromatic Colors of #D86933
Black with #D86933
Text Example
Text Example
White with #D86933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86933; }
p { color: rgb(216,105,51); }
H1.HeaderClassName
{
color: #D86933;
}
.AnyTagClassName
{
color: #D86933;
}
</style>
background-color css
<style>
a { background-color: #D86933; }
a { background-color: rgb(216,105,51); }
div.DivClassName
{
background-color: #D86933;
}
.BgClassName
{
background-color: #D86933;
}
</style>
border-color css
<style>
span { border-color: #D86933; }
span { border-color: rgb(216,105,51); }
td.TdClassName
{
border-color: #D86933;
}
.TagClassName
{
border-color: #D86933;
}
</style>