Shades of Gold Drop #D7632E
Tints of Gold Drop #D7632E
RGB
CMYK
RGB Variations
Color information
#D7632E (or 0xD7632E) is known color: Gold Drop. HEX triplet: D7, 63 and 2E. RGB value is (215,99,46). Sum of RGB (Red+Green+Blue) = 215+99+46=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7632E is #289CD1. Grayscale: #7F7F7F. Windows color (decimal): -2661586 or 3040215. OLE color: 3040215.
HSL color Cylindrical-coordinate representation of color #D7632E: hue angle of 18.82º 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 #D7632E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 46 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.16 |
| HSL | 18.82º | 0.68% | 0.51% | - |
| HSV(B) | 18.82º | 0.79% | 0.84% | - |
| XYZ | 32.98 | 23.57 | 5.4 | - |
| YUV | 127.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 46 | 0 | 0.54 | 0.79 | 0.16 | 18.82 | 0.68 | 0.51 |
| Hex | D7 | 63 | 2E | 0 | 36 | 4F | 10 | 13 | 44 | 33 |
| Octal | 327 | 143 | 56 | 0 | 66 | 117 | 20 | 23 | 104 | 63 |
| Binary | 11010111 | 1100011 | 101110 | 0 | 110110 | 1001111 | 10000 | 10011 | 1000100 | 110011 |
Color Harmonies of #D7632E
Complementary color
Monochromatic Colors of #D7632E
Black with #D7632E
Text Example
Text Example
White with #D7632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7632E; }
p { color: rgb(215,99,46); }
H1.HeaderClassName
{
color: #D7632E;
}
.AnyTagClassName
{
color: #D7632E;
}
</style>
background-color css
<style>
a { background-color: #D7632E; }
a { background-color: rgb(215,99,46); }
div.DivClassName
{
background-color: #D7632E;
}
.BgClassName
{
background-color: #D7632E;
}
</style>
border-color css
<style>
span { border-color: #D7632E; }
span { border-color: rgb(215,99,46); }
td.TdClassName
{
border-color: #D7632E;
}
.TagClassName
{
border-color: #D7632E;
}
</style>