Shades of Gold Drop #D7682B
Tints of Gold Drop #D7682B
RGB
CMYK
RGB Variations
Color information
#D7682B (or 0xD7682B) is known color: Gold Drop. HEX triplet: D7, 68 and 2B. RGB value is (215,104,43). Sum of RGB (Red+Green+Blue) = 215+104+43=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7682B is #2897D4. Grayscale: #828282. Windows color (decimal): -2660309 or 2844887. OLE color: 2844887.
HSL color Cylindrical-coordinate representation of color #D7682B: hue angle of 21.28º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7682B is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 104 | 43 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.16 |
| HSL | 21.28º | 0.68% | 0.51% | - |
| HSV(B) | 21.28º | 0.8% | 0.84% | - |
| XYZ | 33.41 | 24.52 | 5.26 | - |
| YUV | 130.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 104 | 43 | 0 | 0.52 | 0.8 | 0.16 | 21.28 | 0.68 | 0.51 |
| Hex | D7 | 68 | 2B | 0 | 34 | 50 | 10 | 15 | 44 | 33 |
| Octal | 327 | 150 | 53 | 0 | 64 | 120 | 20 | 25 | 104 | 63 |
| Binary | 11010111 | 1101000 | 101011 | 0 | 110100 | 1010000 | 10000 | 10101 | 1000100 | 110011 |
Color Harmonies of #D7682B
Complementary color
Monochromatic Colors of #D7682B
Black with #D7682B
Text Example
Text Example
White with #D7682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7682B; }
p { color: rgb(215,104,43); }
H1.HeaderClassName
{
color: #D7682B;
}
.AnyTagClassName
{
color: #D7682B;
}
</style>
background-color css
<style>
a { background-color: #D7682B; }
a { background-color: rgb(215,104,43); }
div.DivClassName
{
background-color: #D7682B;
}
.BgClassName
{
background-color: #D7682B;
}
</style>
border-color css
<style>
span { border-color: #D7682B; }
span { border-color: rgb(215,104,43); }
td.TdClassName
{
border-color: #D7682B;
}
.TagClassName
{
border-color: #D7682B;
}
</style>