Shades of Gold Drop #D76127
Tints of Gold Drop #D76127
RGB
CMYK
RGB Variations
Color information
#D76127 (or 0xD76127) is known color: Gold Drop. HEX triplet: D7, 61 and 27. RGB value is (215,97,39). Sum of RGB (Red+Green+Blue) = 215+97+39=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D76127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76127 is #289ED8. Grayscale: #7E7E7E. Windows color (decimal): -2662105 or 2580951. OLE color: 2580951.
HSL color Cylindrical-coordinate representation of color #D76127: hue angle of 19.77º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D76127 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 39 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.16 |
| HSL | 19.77º | 0.69% | 0.5% | - |
| HSV(B) | 19.77º | 0.82% | 0.84% | - |
| XYZ | 32.67 | 23.14 | 4.66 | - |
| YUV | 125.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 39 | 0 | 0.55 | 0.82 | 0.16 | 19.77 | 0.69 | 0.5 |
| Hex | D7 | 61 | 27 | 0 | 37 | 52 | 10 | 14 | 45 | 32 |
| Octal | 327 | 141 | 47 | 0 | 67 | 122 | 20 | 24 | 105 | 62 |
| Binary | 11010111 | 1100001 | 100111 | 0 | 110111 | 1010010 | 10000 | 10100 | 1000101 | 110010 |
Color Harmonies of #D76127
Complementary color
Monochromatic Colors of #D76127
Black with #D76127
Text Example
Text Example
White with #D76127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76127; }
p { color: rgb(215,97,39); }
H1.HeaderClassName
{
color: #D76127;
}
.AnyTagClassName
{
color: #D76127;
}
</style>
background-color css
<style>
a { background-color: #D76127; }
a { background-color: rgb(215,97,39); }
div.DivClassName
{
background-color: #D76127;
}
.BgClassName
{
background-color: #D76127;
}
</style>
border-color css
<style>
span { border-color: #D76127; }
span { border-color: rgb(215,97,39); }
td.TdClassName
{
border-color: #D76127;
}
.TagClassName
{
border-color: #D76127;
}
</style>