Shades of Gold Drop #D76627
Tints of Gold Drop #D76627
RGB
CMYK
RGB Variations
Color information
#D76627 (or 0xD76627) is known color: Gold Drop. HEX triplet: D7, 66 and 27. RGB value is (215,102,39). Sum of RGB (Red+Green+Blue) = 215+102+39=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D76627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76627 is #2899D8. Grayscale: #808080. Windows color (decimal): -2660825 or 2582231. OLE color: 2582231.
HSL color Cylindrical-coordinate representation of color #D76627: hue angle of 21.48º 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 #D76627 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 102 | 39 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.16 |
| HSL | 21.48º | 0.69% | 0.5% | - |
| HSV(B) | 21.48º | 0.82% | 0.84% | - |
| XYZ | 33.14 | 24.1 | 4.82 | - |
| YUV | 128.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 102 | 39 | 0 | 0.53 | 0.82 | 0.16 | 21.48 | 0.69 | 0.5 |
| Hex | D7 | 66 | 27 | 0 | 35 | 52 | 10 | 15 | 45 | 32 |
| Octal | 327 | 146 | 47 | 0 | 65 | 122 | 20 | 25 | 105 | 62 |
| Binary | 11010111 | 1100110 | 100111 | 0 | 110101 | 1010010 | 10000 | 10101 | 1000101 | 110010 |
Color Harmonies of #D76627
Complementary color
Monochromatic Colors of #D76627
Black with #D76627
Text Example
Text Example
White with #D76627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76627; }
p { color: rgb(215,102,39); }
H1.HeaderClassName
{
color: #D76627;
}
.AnyTagClassName
{
color: #D76627;
}
</style>
background-color css
<style>
a { background-color: #D76627; }
a { background-color: rgb(215,102,39); }
div.DivClassName
{
background-color: #D76627;
}
.BgClassName
{
background-color: #D76627;
}
</style>
border-color css
<style>
span { border-color: #D76627; }
span { border-color: rgb(215,102,39); }
td.TdClassName
{
border-color: #D76627;
}
.TagClassName
{
border-color: #D76627;
}
</style>