Shades of Gold Drop #D76C29
Tints of Gold Drop #D76C29
RGB
CMYK
RGB Variations
Color information
#D76C29 (or 0xD76C29) is known color: Gold Drop. HEX triplet: D7, 6C and 29. RGB value is (215,108,41). Sum of RGB (Red+Green+Blue) = 215+108+41=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C29 is #2893D6. Grayscale: #848484. Windows color (decimal): -2659287 or 2714839. OLE color: 2714839.
HSL color Cylindrical-coordinate representation of color #D76C29: hue angle of 23.1º 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 #D76C29 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 41 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.16 |
| HSL | 23.1º | 0.69% | 0.5% | - |
| HSV(B) | 23.1º | 0.81% | 0.84% | - |
| XYZ | 33.79 | 25.33 | 5.21 | - |
| YUV | 132.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 41 | 0 | 0.50 | 0.81 | 0.16 | 23.1 | 0.69 | 0.5 |
| Hex | D7 | 6C | 29 | 0 | 32 | 51 | 10 | 17 | 45 | 32 |
| Octal | 327 | 154 | 51 | 0 | 62 | 121 | 20 | 27 | 105 | 62 |
| Binary | 11010111 | 1101100 | 101001 | 0 | 110010 | 1010001 | 10000 | 10111 | 1000101 | 110010 |
Color Harmonies of #D76C29
Complementary color
Monochromatic Colors of #D76C29
Black with #D76C29
Text Example
Text Example
White with #D76C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C29; }
p { color: rgb(215,108,41); }
H1.HeaderClassName
{
color: #D76C29;
}
.AnyTagClassName
{
color: #D76C29;
}
</style>
background-color css
<style>
a { background-color: #D76C29; }
a { background-color: rgb(215,108,41); }
div.DivClassName
{
background-color: #D76C29;
}
.BgClassName
{
background-color: #D76C29;
}
</style>
border-color css
<style>
span { border-color: #D76C29; }
span { border-color: rgb(215,108,41); }
td.TdClassName
{
border-color: #D76C29;
}
.TagClassName
{
border-color: #D76C29;
}
</style>