Shades of Gold Drop #D86C33
Tints of Gold Drop #D86C33
RGB
CMYK
RGB Variations
Color information
#D86C33 (or 0xD86C33) is known color: Gold Drop. HEX triplet: D8, 6C and 33. RGB value is (216,108,51). Sum of RGB (Red+Green+Blue) = 216+108+51=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C33 is #2793CC. Grayscale: #868686. Windows color (decimal): -2593741 or 3370200. OLE color: 3370200.
HSL color Cylindrical-coordinate representation of color #D86C33: hue angle of 20.73º 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 #D86C33 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 51 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.15 |
| HSL | 20.73º | 0.68% | 0.52% | - |
| HSV(B) | 20.73º | 0.76% | 0.85% | - |
| XYZ | 34.28 | 25.56 | 6.26 | - |
| YUV | 133.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 51 | 0 | 0.50 | 0.76 | 0.15 | 20.73 | 0.68 | 0.52 |
| Hex | D8 | 6C | 33 | 0 | 32 | 4C | F | 15 | 44 | 34 |
| Octal | 330 | 154 | 63 | 0 | 62 | 114 | 17 | 25 | 104 | 64 |
| Binary | 11011000 | 1101100 | 110011 | 0 | 110010 | 1001100 | 1111 | 10101 | 1000100 | 110100 |
Color Harmonies of #D86C33
Complementary color
Monochromatic Colors of #D86C33
Black with #D86C33
Text Example
Text Example
White with #D86C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86C33; }
p { color: rgb(216,108,51); }
H1.HeaderClassName
{
color: #D86C33;
}
.AnyTagClassName
{
color: #D86C33;
}
</style>
background-color css
<style>
a { background-color: #D86C33; }
a { background-color: rgb(216,108,51); }
div.DivClassName
{
background-color: #D86C33;
}
.BgClassName
{
background-color: #D86C33;
}
</style>
border-color css
<style>
span { border-color: #D86C33; }
span { border-color: rgb(216,108,51); }
td.TdClassName
{
border-color: #D86C33;
}
.TagClassName
{
border-color: #D86C33;
}
</style>