Shades of Gold Drop #D96727
Tints of Gold Drop #D96727
RGB
CMYK
RGB Variations
Color information
#D96727 (or 0xD96727) is known color: Gold Drop. HEX triplet: D9, 67 and 27. RGB value is (217,103,39). Sum of RGB (Red+Green+Blue) = 217+103+39=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D96727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96727 is #2698D8. Grayscale: #828282. Windows color (decimal): -2529497 or 2582489. OLE color: 2582489.
HSL color Cylindrical-coordinate representation of color #D96727: hue angle of 21.57º 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 #D96727 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 39 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.15 |
| HSL | 21.57º | 0.7% | 0.5% | - |
| HSV(B) | 21.57º | 0.82% | 0.85% | - |
| XYZ | 33.83 | 24.6 | 4.88 | - |
| YUV | 129.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 39 | 0 | 0.53 | 0.82 | 0.15 | 21.57 | 0.7 | 0.5 |
| Hex | D9 | 67 | 27 | 0 | 35 | 52 | F | 16 | 46 | 32 |
| Octal | 331 | 147 | 47 | 0 | 65 | 122 | 17 | 26 | 106 | 62 |
| Binary | 11011001 | 1100111 | 100111 | 0 | 110101 | 1010010 | 1111 | 10110 | 1000110 | 110010 |
Color Harmonies of #D96727
Complementary color
Monochromatic Colors of #D96727
Black with #D96727
Text Example
Text Example
White with #D96727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96727; }
p { color: rgb(217,103,39); }
H1.HeaderClassName
{
color: #D96727;
}
.AnyTagClassName
{
color: #D96727;
}
</style>
background-color css
<style>
a { background-color: #D96727; }
a { background-color: rgb(217,103,39); }
div.DivClassName
{
background-color: #D96727;
}
.BgClassName
{
background-color: #D96727;
}
</style>
border-color css
<style>
span { border-color: #D96727; }
span { border-color: rgb(217,103,39); }
td.TdClassName
{
border-color: #D96727;
}
.TagClassName
{
border-color: #D96727;
}
</style>