Shades of Gold Drop #D7622C
Tints of Gold Drop #D7622C
RGB
CMYK
RGB Variations
Color information
#D7622C (or 0xD7622C) is known color: Gold Drop. HEX triplet: D7, 62 and 2C. RGB value is (215,98,44). Sum of RGB (Red+Green+Blue) = 215+98+44=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D7622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7622C is #289DD3. Grayscale: #7F7F7F. Windows color (decimal): -2661844 or 2908887. OLE color: 2908887.
HSL color Cylindrical-coordinate representation of color #D7622C: hue angle of 18.95º 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 #D7622C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 44 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.16 |
| HSL | 18.95º | 0.68% | 0.51% | - |
| HSV(B) | 18.95º | 0.8% | 0.84% | - |
| XYZ | 32.85 | 23.36 | 5.16 | - |
| YUV | 126.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 44 | 0 | 0.54 | 0.80 | 0.16 | 18.95 | 0.68 | 0.51 |
| Hex | D7 | 62 | 2C | 0 | 36 | 50 | 10 | 13 | 44 | 33 |
| Octal | 327 | 142 | 54 | 0 | 66 | 120 | 20 | 23 | 104 | 63 |
| Binary | 11010111 | 1100010 | 101100 | 0 | 110110 | 1010000 | 10000 | 10011 | 1000100 | 110011 |
Color Harmonies of #D7622C
Complementary color
Monochromatic Colors of #D7622C
Black with #D7622C
Text Example
Text Example
White with #D7622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7622C; }
p { color: rgb(215,98,44); }
H1.HeaderClassName
{
color: #D7622C;
}
.AnyTagClassName
{
color: #D7622C;
}
</style>
background-color css
<style>
a { background-color: #D7622C; }
a { background-color: rgb(215,98,44); }
div.DivClassName
{
background-color: #D7622C;
}
.BgClassName
{
background-color: #D7622C;
}
</style>
border-color css
<style>
span { border-color: #D7622C; }
span { border-color: rgb(215,98,44); }
td.TdClassName
{
border-color: #D7622C;
}
.TagClassName
{
border-color: #D7622C;
}
</style>