Shades of Gold Drop #D76C36
Tints of Gold Drop #D76C36
RGB
CMYK
RGB Variations
Color information
#D76C36 (or 0xD76C36) is known color: Gold Drop. HEX triplet: D7, 6C and 36. RGB value is (215,108,54). Sum of RGB (Red+Green+Blue) = 215+108+54=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C36 is #2893C9. Grayscale: #868686. Windows color (decimal): -2659274 or 3566807. OLE color: 3566807.
HSL color Cylindrical-coordinate representation of color #D76C36: hue angle of 20.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D76C36 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 54 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.16 |
| HSL | 20.12º | 0.67% | 0.53% | - |
| HSV(B) | 20.12º | 0.75% | 0.84% | - |
| XYZ | 34.05 | 25.44 | 6.61 | - |
| YUV | 133.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 54 | 0 | 0.50 | 0.75 | 0.16 | 20.12 | 0.67 | 0.53 |
| Hex | D7 | 6C | 36 | 0 | 32 | 4B | 10 | 14 | 43 | 35 |
| Octal | 327 | 154 | 66 | 0 | 62 | 113 | 20 | 24 | 103 | 65 |
| Binary | 11010111 | 1101100 | 110110 | 0 | 110010 | 1001011 | 10000 | 10100 | 1000011 | 110101 |
Color Harmonies of #D76C36
Complementary color
Monochromatic Colors of #D76C36
Black with #D76C36
Text Example
Text Example
White with #D76C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C36; }
p { color: rgb(215,108,54); }
H1.HeaderClassName
{
color: #D76C36;
}
.AnyTagClassName
{
color: #D76C36;
}
</style>
background-color css
<style>
a { background-color: #D76C36; }
a { background-color: rgb(215,108,54); }
div.DivClassName
{
background-color: #D76C36;
}
.BgClassName
{
background-color: #D76C36;
}
</style>
border-color css
<style>
span { border-color: #D76C36; }
span { border-color: rgb(215,108,54); }
td.TdClassName
{
border-color: #D76C36;
}
.TagClassName
{
border-color: #D76C36;
}
</style>