Shades of Gold Drop #D76A2C
Tints of Gold Drop #D76A2C
RGB
CMYK
RGB Variations
Color information
#D76A2C (or 0xD76A2C) is known color: Gold Drop. HEX triplet: D7, 6A and 2C. RGB value is (215,106,44). Sum of RGB (Red+Green+Blue) = 215+106+44=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A2C is #2895D3. Grayscale: #838383. Windows color (decimal): -2659796 or 2910935. OLE color: 2910935.
HSL color Cylindrical-coordinate representation of color #D76A2C: hue angle of 21.75º 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 #D76A2C is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 44 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.16 |
| HSL | 21.75º | 0.68% | 0.51% | - |
| HSV(B) | 21.75º | 0.8% | 0.84% | - |
| XYZ | 33.63 | 24.94 | 5.42 | - |
| YUV | 131.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 44 | 0 | 0.51 | 0.80 | 0.16 | 21.75 | 0.68 | 0.51 |
| Hex | D7 | 6A | 2C | 0 | 33 | 50 | 10 | 16 | 44 | 33 |
| Octal | 327 | 152 | 54 | 0 | 63 | 120 | 20 | 26 | 104 | 63 |
| Binary | 11010111 | 1101010 | 101100 | 0 | 110011 | 1010000 | 10000 | 10110 | 1000100 | 110011 |
Color Harmonies of #D76A2C
Complementary color
Monochromatic Colors of #D76A2C
Black with #D76A2C
Text Example
Text Example
White with #D76A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A2C; }
p { color: rgb(215,106,44); }
H1.HeaderClassName
{
color: #D76A2C;
}
.AnyTagClassName
{
color: #D76A2C;
}
</style>
background-color css
<style>
a { background-color: #D76A2C; }
a { background-color: rgb(215,106,44); }
div.DivClassName
{
background-color: #D76A2C;
}
.BgClassName
{
background-color: #D76A2C;
}
</style>
border-color css
<style>
span { border-color: #D76A2C; }
span { border-color: rgb(215,106,44); }
td.TdClassName
{
border-color: #D76A2C;
}
.TagClassName
{
border-color: #D76A2C;
}
</style>