Shades of Gold Drop #D76D30
Tints of Gold Drop #D76D30
RGB
CMYK
RGB Variations
Color information
#D76D30 (or 0xD76D30) is known color: Gold Drop. HEX triplet: D7, 6D and 30. RGB value is (215,109,48). Sum of RGB (Red+Green+Blue) = 215+109+48=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76D30 is #2892CF. Grayscale: #868686. Windows color (decimal): -2659024 or 3173847. OLE color: 3173847.
HSL color Cylindrical-coordinate representation of color #D76D30: hue angle of 21.92º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D76D30 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 109 | 48 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.16 |
| HSL | 21.92º | 0.68% | 0.52% | - |
| HSV(B) | 21.92º | 0.78% | 0.84% | - |
| XYZ | 34.03 | 25.6 | 5.94 | - |
| YUV | 133.74 | 79.62 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 109 | 48 | 0 | 0.49 | 0.78 | 0.16 | 21.92 | 0.68 | 0.52 |
| Hex | D7 | 6D | 30 | 0 | 31 | 4E | 10 | 16 | 44 | 34 |
| Octal | 327 | 155 | 60 | 0 | 61 | 116 | 20 | 26 | 104 | 64 |
| Binary | 11010111 | 1101101 | 110000 | 0 | 110001 | 1001110 | 10000 | 10110 | 1000100 | 110100 |
Color Harmonies of #D76D30
Complementary color
Monochromatic Colors of #D76D30
Black with #D76D30
Text Example
Text Example
White with #D76D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76D30; }
p { color: rgb(215,109,48); }
H1.HeaderClassName
{
color: #D76D30;
}
.AnyTagClassName
{
color: #D76D30;
}
</style>
background-color css
<style>
a { background-color: #D76D30; }
a { background-color: rgb(215,109,48); }
div.DivClassName
{
background-color: #D76D30;
}
.BgClassName
{
background-color: #D76D30;
}
</style>
border-color css
<style>
span { border-color: #D76D30; }
span { border-color: rgb(215,109,48); }
td.TdClassName
{
border-color: #D76D30;
}
.TagClassName
{
border-color: #D76D30;
}
</style>