Shades of Gold Drop #D76329
Tints of Gold Drop #D76329
RGB
CMYK
RGB Variations
Color information
#D76329 (or 0xD76329) is known color: Gold Drop. HEX triplet: D7, 63 and 29. RGB value is (215,99,41). Sum of RGB (Red+Green+Blue) = 215+99+41=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D76329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76329 is #289CD6. Grayscale: #7F7F7F. Windows color (decimal): -2661591 or 2712535. OLE color: 2712535.
HSL color Cylindrical-coordinate representation of color #D76329: hue angle of 20º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D76329 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 99 | 41 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.16 |
| HSL | 20º | 0.69% | 0.5% | - |
| HSV(B) | 20º | 0.81% | 0.84% | - |
| XYZ | 32.89 | 23.53 | 4.91 | - |
| YUV | 127.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 41 | 0 | 0.54 | 0.81 | 0.16 | 20 | 0.69 | 0.5 |
| Hex | D7 | 63 | 29 | 0 | 36 | 51 | 10 | 14 | 45 | 32 |
| Octal | 327 | 143 | 51 | 0 | 66 | 121 | 20 | 24 | 105 | 62 |
| Binary | 11010111 | 1100011 | 101001 | 0 | 110110 | 1010001 | 10000 | 10100 | 1000101 | 110010 |
Color Harmonies of #D76329
Complementary color
Monochromatic Colors of #D76329
Black with #D76329
Text Example
Text Example
White with #D76329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76329; }
p { color: rgb(215,99,41); }
H1.HeaderClassName
{
color: #D76329;
}
.AnyTagClassName
{
color: #D76329;
}
</style>
background-color css
<style>
a { background-color: #D76329; }
a { background-color: rgb(215,99,41); }
div.DivClassName
{
background-color: #D76329;
}
.BgClassName
{
background-color: #D76329;
}
</style>
border-color css
<style>
span { border-color: #D76329; }
span { border-color: rgb(215,99,41); }
td.TdClassName
{
border-color: #D76329;
}
.TagClassName
{
border-color: #D76329;
}
</style>