Shades of Gold Drop #D76E2B
Tints of Gold Drop #D76E2B
RGB
CMYK
RGB Variations
Color information
#D76E2B (or 0xD76E2B) is known color: Gold Drop. HEX triplet: D7, 6E and 2B. RGB value is (215,110,43). Sum of RGB (Red+Green+Blue) = 215+110+43=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76E2B is #2891D4. Grayscale: #868686. Windows color (decimal): -2658773 or 2846423. OLE color: 2846423.
HSL color Cylindrical-coordinate representation of color #D76E2B: hue angle of 23.37º 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 #D76E2B is Cyan = 0, Magento = 0.49, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 110 | 43 | - |
| CMYK | 0 | 0.49 | 0.8 | 0.16 |
| HSL | 23.37º | 0.68% | 0.51% | - |
| HSV(B) | 23.37º | 0.8% | 0.84% | - |
| XYZ | 34.04 | 25.77 | 5.47 | - |
| YUV | 133.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 110 | 43 | 0 | 0.49 | 0.8 | 0.16 | 23.37 | 0.68 | 0.51 |
| Hex | D7 | 6E | 2B | 0 | 31 | 50 | 10 | 17 | 44 | 33 |
| Octal | 327 | 156 | 53 | 0 | 61 | 120 | 20 | 27 | 104 | 63 |
| Binary | 11010111 | 1101110 | 101011 | 0 | 110001 | 1010000 | 10000 | 10111 | 1000100 | 110011 |
Color Harmonies of #D76E2B
Complementary color
Monochromatic Colors of #D76E2B
Black with #D76E2B
Text Example
Text Example
White with #D76E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76E2B; }
p { color: rgb(215,110,43); }
H1.HeaderClassName
{
color: #D76E2B;
}
.AnyTagClassName
{
color: #D76E2B;
}
</style>
background-color css
<style>
a { background-color: #D76E2B; }
a { background-color: rgb(215,110,43); }
div.DivClassName
{
background-color: #D76E2B;
}
.BgClassName
{
background-color: #D76E2B;
}
</style>
border-color css
<style>
span { border-color: #D76E2B; }
span { border-color: rgb(215,110,43); }
td.TdClassName
{
border-color: #D76E2B;
}
.TagClassName
{
border-color: #D76E2B;
}
</style>