Shades of Gold Drop #D76727
Tints of Gold Drop #D76727
RGB
CMYK
RGB Variations
Color information
#D76727 (or 0xD76727) is known color: Gold Drop. HEX triplet: D7, 67 and 27. RGB value is (215,103,39). Sum of RGB (Red+Green+Blue) = 215+103+39=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D76727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76727 is #2898D8. Grayscale: #818181. Windows color (decimal): -2660569 or 2582487. OLE color: 2582487.
HSL color Cylindrical-coordinate representation of color #D76727: hue angle of 21.82º 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 #D76727 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 39 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.16 |
| HSL | 21.82º | 0.69% | 0.5% | - |
| HSV(B) | 21.82º | 0.82% | 0.84% | - |
| XYZ | 33.24 | 24.29 | 4.86 | - |
| YUV | 129.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 39 | 0 | 0.52 | 0.82 | 0.16 | 21.82 | 0.69 | 0.5 |
| Hex | D7 | 67 | 27 | 0 | 34 | 52 | 10 | 16 | 45 | 32 |
| Octal | 327 | 147 | 47 | 0 | 64 | 122 | 20 | 26 | 105 | 62 |
| Binary | 11010111 | 1100111 | 100111 | 0 | 110100 | 1010010 | 10000 | 10110 | 1000101 | 110010 |
Color Harmonies of #D76727
Complementary color
Monochromatic Colors of #D76727
Black with #D76727
Text Example
Text Example
White with #D76727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76727; }
p { color: rgb(215,103,39); }
H1.HeaderClassName
{
color: #D76727;
}
.AnyTagClassName
{
color: #D76727;
}
</style>
background-color css
<style>
a { background-color: #D76727; }
a { background-color: rgb(215,103,39); }
div.DivClassName
{
background-color: #D76727;
}
.BgClassName
{
background-color: #D76727;
}
</style>
border-color css
<style>
span { border-color: #D76727; }
span { border-color: rgb(215,103,39); }
td.TdClassName
{
border-color: #D76727;
}
.TagClassName
{
border-color: #D76727;
}
</style>