Shades of Gold Drop #D96127
Tints of Gold Drop #D96127
RGB
CMYK
RGB Variations
Color information
#D96127 (or 0xD96127) is known color: Gold Drop. HEX triplet: D9, 61 and 27. RGB value is (217,97,39). Sum of RGB (Red+Green+Blue) = 217+97+39=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D96127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96127 is #269ED8. Grayscale: #7E7E7E. Windows color (decimal): -2531033 or 2580953. OLE color: 2580953.
HSL color Cylindrical-coordinate representation of color #D96127: hue angle of 19.55º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D96127 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 97 | 39 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.15 |
| HSL | 19.55º | 0.7% | 0.5% | - |
| HSV(B) | 19.55º | 0.82% | 0.85% | - |
| XYZ | 33.26 | 23.45 | 4.69 | - |
| YUV | 126.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 97 | 39 | 0 | 0.55 | 0.82 | 0.15 | 19.55 | 0.7 | 0.5 |
| Hex | D9 | 61 | 27 | 0 | 37 | 52 | F | 14 | 46 | 32 |
| Octal | 331 | 141 | 47 | 0 | 67 | 122 | 17 | 24 | 106 | 62 |
| Binary | 11011001 | 1100001 | 100111 | 0 | 110111 | 1010010 | 1111 | 10100 | 1000110 | 110010 |
Color Harmonies of #D96127
Complementary color
Monochromatic Colors of #D96127
Black with #D96127
Text Example
Text Example
White with #D96127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96127; }
p { color: rgb(217,97,39); }
H1.HeaderClassName
{
color: #D96127;
}
.AnyTagClassName
{
color: #D96127;
}
</style>
background-color css
<style>
a { background-color: #D96127; }
a { background-color: rgb(217,97,39); }
div.DivClassName
{
background-color: #D96127;
}
.BgClassName
{
background-color: #D96127;
}
</style>
border-color css
<style>
span { border-color: #D96127; }
span { border-color: rgb(217,97,39); }
td.TdClassName
{
border-color: #D96127;
}
.TagClassName
{
border-color: #D96127;
}
</style>