Shades of Gold Drop #D76A27
Tints of Gold Drop #D76A27
RGB
CMYK
RGB Variations
Color information
#D76A27 (or 0xD76A27) is known color: Gold Drop. HEX triplet: D7, 6A and 27. RGB value is (215,106,39). Sum of RGB (Red+Green+Blue) = 215+106+39=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76A27 is #2895D8. Grayscale: #838383. Windows color (decimal): -2659801 or 2583255. OLE color: 2583255.
HSL color Cylindrical-coordinate representation of color #D76A27: hue angle of 22.84º 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 #D76A27 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 39 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.16 |
| HSL | 22.84º | 0.69% | 0.5% | - |
| HSV(B) | 22.84º | 0.82% | 0.84% | - |
| XYZ | 33.54 | 24.9 | 4.96 | - |
| YUV | 130.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 39 | 0 | 0.51 | 0.82 | 0.16 | 22.84 | 0.69 | 0.5 |
| Hex | D7 | 6A | 27 | 0 | 33 | 52 | 10 | 17 | 45 | 32 |
| Octal | 327 | 152 | 47 | 0 | 63 | 122 | 20 | 27 | 105 | 62 |
| Binary | 11010111 | 1101010 | 100111 | 0 | 110011 | 1010010 | 10000 | 10111 | 1000101 | 110010 |
Color Harmonies of #D76A27
Complementary color
Monochromatic Colors of #D76A27
Black with #D76A27
Text Example
Text Example
White with #D76A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76A27; }
p { color: rgb(215,106,39); }
H1.HeaderClassName
{
color: #D76A27;
}
.AnyTagClassName
{
color: #D76A27;
}
</style>
background-color css
<style>
a { background-color: #D76A27; }
a { background-color: rgb(215,106,39); }
div.DivClassName
{
background-color: #D76A27;
}
.BgClassName
{
background-color: #D76A27;
}
</style>
border-color css
<style>
span { border-color: #D76A27; }
span { border-color: rgb(215,106,39); }
td.TdClassName
{
border-color: #D76A27;
}
.TagClassName
{
border-color: #D76A27;
}
</style>