Shades of Gold Drop #D76427
Tints of Gold Drop #D76427
RGB
CMYK
RGB Variations
Color information
#D76427 (or 0xD76427) is known color: Gold Drop. HEX triplet: D7, 64 and 27. RGB value is (215,100,39). Sum of RGB (Red+Green+Blue) = 215+100+39=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D76427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76427 is #289BD8. Grayscale: #7F7F7F. Windows color (decimal): -2661337 or 2581719. OLE color: 2581719.
HSL color Cylindrical-coordinate representation of color #D76427: hue angle of 20.8º 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 #D76427 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 100 | 39 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.16 |
| HSL | 20.8º | 0.69% | 0.5% | - |
| HSV(B) | 20.8º | 0.82% | 0.84% | - |
| XYZ | 32.95 | 23.71 | 4.76 | - |
| YUV | 127.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 100 | 39 | 0 | 0.53 | 0.82 | 0.16 | 20.8 | 0.69 | 0.5 |
| Hex | D7 | 64 | 27 | 0 | 35 | 52 | 10 | 15 | 45 | 32 |
| Octal | 327 | 144 | 47 | 0 | 65 | 122 | 20 | 25 | 105 | 62 |
| Binary | 11010111 | 1100100 | 100111 | 0 | 110101 | 1010010 | 10000 | 10101 | 1000101 | 110010 |
Color Harmonies of #D76427
Complementary color
Monochromatic Colors of #D76427
Black with #D76427
Text Example
Text Example
White with #D76427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76427; }
p { color: rgb(215,100,39); }
H1.HeaderClassName
{
color: #D76427;
}
.AnyTagClassName
{
color: #D76427;
}
</style>
background-color css
<style>
a { background-color: #D76427; }
a { background-color: rgb(215,100,39); }
div.DivClassName
{
background-color: #D76427;
}
.BgClassName
{
background-color: #D76427;
}
</style>
border-color css
<style>
span { border-color: #D76427; }
span { border-color: rgb(215,100,39); }
td.TdClassName
{
border-color: #D76427;
}
.TagClassName
{
border-color: #D76427;
}
</style>