Shades of Gold Drop #D7682E
Tints of Gold Drop #D7682E
RGB
CMYK
RGB Variations
Color information
#D7682E (or 0xD7682E) is known color: Gold Drop. HEX triplet: D7, 68 and 2E. RGB value is (215,104,46). Sum of RGB (Red+Green+Blue) = 215+104+46=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7682E is #2897D1. Grayscale: #828282. Windows color (decimal): -2660306 or 3041495. OLE color: 3041495.
HSL color Cylindrical-coordinate representation of color #D7682E: hue angle of 20.59º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7682E is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 46 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.16 |
| HSL | 20.59º | 0.68% | 0.51% | - |
| HSV(B) | 20.59º | 0.79% | 0.84% | - |
| XYZ | 33.47 | 24.54 | 5.56 | - |
| YUV | 130.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 46 | 0 | 0.52 | 0.79 | 0.16 | 20.59 | 0.68 | 0.51 |
| Hex | D7 | 68 | 2E | 0 | 34 | 4F | 10 | 15 | 44 | 33 |
| Octal | 327 | 150 | 56 | 0 | 64 | 117 | 20 | 25 | 104 | 63 |
| Binary | 11010111 | 1101000 | 101110 | 0 | 110100 | 1001111 | 10000 | 10101 | 1000100 | 110011 |
Color Harmonies of #D7682E
Complementary color
Monochromatic Colors of #D7682E
Black with #D7682E
Text Example
Text Example
White with #D7682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7682E; }
p { color: rgb(215,104,46); }
H1.HeaderClassName
{
color: #D7682E;
}
.AnyTagClassName
{
color: #D7682E;
}
</style>
background-color css
<style>
a { background-color: #D7682E; }
a { background-color: rgb(215,104,46); }
div.DivClassName
{
background-color: #D7682E;
}
.BgClassName
{
background-color: #D7682E;
}
</style>
border-color css
<style>
span { border-color: #D7682E; }
span { border-color: rgb(215,104,46); }
td.TdClassName
{
border-color: #D7682E;
}
.TagClassName
{
border-color: #D7682E;
}
</style>