Shades of Gold Drop #D8682C
Tints of Gold Drop #D8682C
RGB
CMYK
RGB Variations
Color information
#D8682C (or 0xD8682C) is known color: Gold Drop. HEX triplet: D8, 68 and 2C. RGB value is (216,104,44). Sum of RGB (Red+Green+Blue) = 216+104+44=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8682C is #2797D3. Grayscale: #838383. Windows color (decimal): -2594772 or 2910424. OLE color: 2910424.
HSL color Cylindrical-coordinate representation of color #D8682C: hue angle of 20.93º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8682C is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 44 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.15 |
| HSL | 20.93º | 0.69% | 0.51% | - |
| HSV(B) | 20.93º | 0.8% | 0.85% | - |
| XYZ | 33.72 | 24.68 | 5.37 | - |
| YUV | 130.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 44 | 0 | 0.52 | 0.80 | 0.15 | 20.93 | 0.69 | 0.51 |
| Hex | D8 | 68 | 2C | 0 | 34 | 50 | F | 15 | 45 | 33 |
| Octal | 330 | 150 | 54 | 0 | 64 | 120 | 17 | 25 | 105 | 63 |
| Binary | 11011000 | 1101000 | 101100 | 0 | 110100 | 1010000 | 1111 | 10101 | 1000101 | 110011 |
Color Harmonies of #D8682C
Complementary color
Monochromatic Colors of #D8682C
Black with #D8682C
Text Example
Text Example
White with #D8682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8682C; }
p { color: rgb(216,104,44); }
H1.HeaderClassName
{
color: #D8682C;
}
.AnyTagClassName
{
color: #D8682C;
}
</style>
background-color css
<style>
a { background-color: #D8682C; }
a { background-color: rgb(216,104,44); }
div.DivClassName
{
background-color: #D8682C;
}
.BgClassName
{
background-color: #D8682C;
}
</style>
border-color css
<style>
span { border-color: #D8682C; }
span { border-color: rgb(216,104,44); }
td.TdClassName
{
border-color: #D8682C;
}
.TagClassName
{
border-color: #D8682C;
}
</style>