Shades of Gold Drop #D76A2A
Tints of Gold Drop #D76A2A
RGB
CMYK
RGB Variations
Color information
#D76A2A (or 0xD76A2A) is known color: Gold Drop. HEX triplet: D7, 6A and 2A. RGB value is (215,106,42). Sum of RGB (Red+Green+Blue) = 215+106+42=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A2A is #2895D5. Grayscale: #838383. Windows color (decimal): -2659798 or 2779863. OLE color: 2779863.
HSL color Cylindrical-coordinate representation of color #D76A2A: hue angle of 22.2º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D76A2A is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 42 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.16 |
| HSL | 22.2º | 0.68% | 0.5% | - |
| HSV(B) | 22.2º | 0.8% | 0.84% | - |
| XYZ | 33.6 | 24.92 | 5.23 | - |
| YUV | 131.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 42 | 0 | 0.51 | 0.80 | 0.16 | 22.2 | 0.68 | 0.5 |
| Hex | D7 | 6A | 2A | 0 | 33 | 50 | 10 | 16 | 44 | 32 |
| Octal | 327 | 152 | 52 | 0 | 63 | 120 | 20 | 26 | 104 | 62 |
| Binary | 11010111 | 1101010 | 101010 | 0 | 110011 | 1010000 | 10000 | 10110 | 1000100 | 110010 |
Color Harmonies of #D76A2A
Complementary color
Monochromatic Colors of #D76A2A
Black with #D76A2A
Text Example
Text Example
White with #D76A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A2A; }
p { color: rgb(215,106,42); }
H1.HeaderClassName
{
color: #D76A2A;
}
.AnyTagClassName
{
color: #D76A2A;
}
</style>
background-color css
<style>
a { background-color: #D76A2A; }
a { background-color: rgb(215,106,42); }
div.DivClassName
{
background-color: #D76A2A;
}
.BgClassName
{
background-color: #D76A2A;
}
</style>
border-color css
<style>
span { border-color: #D76A2A; }
span { border-color: rgb(215,106,42); }
td.TdClassName
{
border-color: #D76A2A;
}
.TagClassName
{
border-color: #D76A2A;
}
</style>