Shades of Gold Drop #D86D33
Tints of Gold Drop #D86D33
RGB
CMYK
RGB Variations
Color information
#D86D33 (or 0xD86D33) is known color: Gold Drop. HEX triplet: D8, 6D and 33. RGB value is (216,109,51). Sum of RGB (Red+Green+Blue) = 216+109+51=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D33 is #2792CC. Grayscale: #868686. Windows color (decimal): -2593485 or 3370456. OLE color: 3370456.
HSL color Cylindrical-coordinate representation of color #D86D33: hue angle of 21.09º 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 #D86D33 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 51 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.15 |
| HSL | 21.09º | 0.68% | 0.52% | - |
| HSV(B) | 21.09º | 0.76% | 0.85% | - |
| XYZ | 34.39 | 25.78 | 6.29 | - |
| YUV | 134.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 51 | 0 | 0.50 | 0.76 | 0.15 | 21.09 | 0.68 | 0.52 |
| Hex | D8 | 6D | 33 | 0 | 32 | 4C | F | 15 | 44 | 34 |
| Octal | 330 | 155 | 63 | 0 | 62 | 114 | 17 | 25 | 104 | 64 |
| Binary | 11011000 | 1101101 | 110011 | 0 | 110010 | 1001100 | 1111 | 10101 | 1000100 | 110100 |
Color Harmonies of #D86D33
Complementary color
Monochromatic Colors of #D86D33
Black with #D86D33
Text Example
Text Example
White with #D86D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86D33; }
p { color: rgb(216,109,51); }
H1.HeaderClassName
{
color: #D86D33;
}
.AnyTagClassName
{
color: #D86D33;
}
</style>
background-color css
<style>
a { background-color: #D86D33; }
a { background-color: rgb(216,109,51); }
div.DivClassName
{
background-color: #D86D33;
}
.BgClassName
{
background-color: #D86D33;
}
</style>
border-color css
<style>
span { border-color: #D86D33; }
span { border-color: rgb(216,109,51); }
td.TdClassName
{
border-color: #D86D33;
}
.TagClassName
{
border-color: #D86D33;
}
</style>