Shades of Gold Drop #D7662C
Tints of Gold Drop #D7662C
RGB
CMYK
RGB Variations
Color information
#D7662C (or 0xD7662C) is known color: Gold Drop. HEX triplet: D7, 66 and 2C. RGB value is (215,102,44). Sum of RGB (Red+Green+Blue) = 215+102+44=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7662C is #2899D3. Grayscale: #818181. Windows color (decimal): -2660820 or 2909911. OLE color: 2909911.
HSL color Cylindrical-coordinate representation of color #D7662C: hue angle of 20.35º 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 #D7662C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 44 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.16 |
| HSL | 20.35º | 0.68% | 0.51% | - |
| HSV(B) | 20.35º | 0.8% | 0.84% | - |
| XYZ | 33.23 | 24.13 | 5.29 | - |
| YUV | 129.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 44 | 0 | 0.53 | 0.80 | 0.16 | 20.35 | 0.68 | 0.51 |
| Hex | D7 | 66 | 2C | 0 | 35 | 50 | 10 | 14 | 44 | 33 |
| Octal | 327 | 146 | 54 | 0 | 65 | 120 | 20 | 24 | 104 | 63 |
| Binary | 11010111 | 1100110 | 101100 | 0 | 110101 | 1010000 | 10000 | 10100 | 1000100 | 110011 |
Color Harmonies of #D7662C
Complementary color
Monochromatic Colors of #D7662C
Black with #D7662C
Text Example
Text Example
White with #D7662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7662C; }
p { color: rgb(215,102,44); }
H1.HeaderClassName
{
color: #D7662C;
}
.AnyTagClassName
{
color: #D7662C;
}
</style>
background-color css
<style>
a { background-color: #D7662C; }
a { background-color: rgb(215,102,44); }
div.DivClassName
{
background-color: #D7662C;
}
.BgClassName
{
background-color: #D7662C;
}
</style>
border-color css
<style>
span { border-color: #D7662C; }
span { border-color: rgb(215,102,44); }
td.TdClassName
{
border-color: #D7662C;
}
.TagClassName
{
border-color: #D7662C;
}
</style>