Shades of Gold Drop #D76129
Tints of Gold Drop #D76129
RGB
CMYK
RGB Variations
Color information
#D76129 (or 0xD76129) is known color: Gold Drop. HEX triplet: D7, 61 and 29. RGB value is (215,97,41). Sum of RGB (Red+Green+Blue) = 215+97+41=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D76129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76129 is #289ED6. Grayscale: #7E7E7E. Windows color (decimal): -2662103 or 2712023. OLE color: 2712023.
HSL color Cylindrical-coordinate representation of color #D76129: hue angle of 19.31º 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 #D76129 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 41 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.16 |
| HSL | 19.31º | 0.69% | 0.5% | - |
| HSV(B) | 19.31º | 0.81% | 0.84% | - |
| XYZ | 32.7 | 23.16 | 4.84 | - |
| YUV | 125.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 41 | 0 | 0.55 | 0.81 | 0.16 | 19.31 | 0.69 | 0.5 |
| Hex | D7 | 61 | 29 | 0 | 37 | 51 | 10 | 13 | 45 | 32 |
| Octal | 327 | 141 | 51 | 0 | 67 | 121 | 20 | 23 | 105 | 62 |
| Binary | 11010111 | 1100001 | 101001 | 0 | 110111 | 1010001 | 10000 | 10011 | 1000101 | 110010 |
Color Harmonies of #D76129
Complementary color
Monochromatic Colors of #D76129
Black with #D76129
Text Example
Text Example
White with #D76129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76129; }
p { color: rgb(215,97,41); }
H1.HeaderClassName
{
color: #D76129;
}
.AnyTagClassName
{
color: #D76129;
}
</style>
background-color css
<style>
a { background-color: #D76129; }
a { background-color: rgb(215,97,41); }
div.DivClassName
{
background-color: #D76129;
}
.BgClassName
{
background-color: #D76129;
}
</style>
border-color css
<style>
span { border-color: #D76129; }
span { border-color: rgb(215,97,41); }
td.TdClassName
{
border-color: #D76129;
}
.TagClassName
{
border-color: #D76129;
}
</style>