Shades of Gold Drop #D76B2C
Tints of Gold Drop #D76B2C
RGB
CMYK
RGB Variations
Color information
#D76B2C (or 0xD76B2C) is known color: Gold Drop. HEX triplet: D7, 6B and 2C. RGB value is (215,107,44). Sum of RGB (Red+Green+Blue) = 215+107+44=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B2C is #2894D3. Grayscale: #848484. Windows color (decimal): -2659540 or 2911191. OLE color: 2911191.
HSL color Cylindrical-coordinate representation of color #D76B2C: hue angle of 22.11º 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 #D76B2C is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 107 | 44 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.16 |
| HSL | 22.11º | 0.68% | 0.51% | - |
| HSV(B) | 22.11º | 0.8% | 0.84% | - |
| XYZ | 33.74 | 25.14 | 5.46 | - |
| YUV | 132.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 44 | 0 | 0.50 | 0.80 | 0.16 | 22.11 | 0.68 | 0.51 |
| Hex | D7 | 6B | 2C | 0 | 32 | 50 | 10 | 16 | 44 | 33 |
| Octal | 327 | 153 | 54 | 0 | 62 | 120 | 20 | 26 | 104 | 63 |
| Binary | 11010111 | 1101011 | 101100 | 0 | 110010 | 1010000 | 10000 | 10110 | 1000100 | 110011 |
Color Harmonies of #D76B2C
Complementary color
Monochromatic Colors of #D76B2C
Black with #D76B2C
Text Example
Text Example
White with #D76B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76B2C; }
p { color: rgb(215,107,44); }
H1.HeaderClassName
{
color: #D76B2C;
}
.AnyTagClassName
{
color: #D76B2C;
}
</style>
background-color css
<style>
a { background-color: #D76B2C; }
a { background-color: rgb(215,107,44); }
div.DivClassName
{
background-color: #D76B2C;
}
.BgClassName
{
background-color: #D76B2C;
}
</style>
border-color css
<style>
span { border-color: #D76B2C; }
span { border-color: rgb(215,107,44); }
td.TdClassName
{
border-color: #D76B2C;
}
.TagClassName
{
border-color: #D76B2C;
}
</style>