Shades of Gold Drop #D76C2C
Tints of Gold Drop #D76C2C
RGB
CMYK
RGB Variations
Color information
#D76C2C (or 0xD76C2C) is known color: Gold Drop. HEX triplet: D7, 6C and 2C. RGB value is (215,108,44). Sum of RGB (Red+Green+Blue) = 215+108+44=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C2C is #2893D3. Grayscale: #858585. Windows color (decimal): -2659284 or 2911447. OLE color: 2911447.
HSL color Cylindrical-coordinate representation of color #D76C2C: hue angle of 22.46º 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 #D76C2C is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 44 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.16 |
| HSL | 22.46º | 0.68% | 0.51% | - |
| HSV(B) | 22.46º | 0.8% | 0.84% | - |
| XYZ | 33.84 | 25.35 | 5.49 | - |
| YUV | 132.7 | 77.95 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 44 | 0 | 0.50 | 0.80 | 0.16 | 22.46 | 0.68 | 0.51 |
| Hex | D7 | 6C | 2C | 0 | 32 | 50 | 10 | 16 | 44 | 33 |
| Octal | 327 | 154 | 54 | 0 | 62 | 120 | 20 | 26 | 104 | 63 |
| Binary | 11010111 | 1101100 | 101100 | 0 | 110010 | 1010000 | 10000 | 10110 | 1000100 | 110011 |
Color Harmonies of #D76C2C
Complementary color
Monochromatic Colors of #D76C2C
Black with #D76C2C
Text Example
Text Example
White with #D76C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76C2C; }
p { color: rgb(215,108,44); }
H1.HeaderClassName
{
color: #D76C2C;
}
.AnyTagClassName
{
color: #D76C2C;
}
</style>
background-color css
<style>
a { background-color: #D76C2C; }
a { background-color: rgb(215,108,44); }
div.DivClassName
{
background-color: #D76C2C;
}
.BgClassName
{
background-color: #D76C2C;
}
</style>
border-color css
<style>
span { border-color: #D76C2C; }
span { border-color: rgb(215,108,44); }
td.TdClassName
{
border-color: #D76C2C;
}
.TagClassName
{
border-color: #D76C2C;
}
</style>