Shades of Gold Drop #D96729
Tints of Gold Drop #D96729
RGB
CMYK
RGB Variations
Color information
#D96729 (or 0xD96729) is known color: Gold Drop. HEX triplet: D9, 67 and 29. RGB value is (217,103,41). Sum of RGB (Red+Green+Blue) = 217+103+41=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D96729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96729 is #2698D6. Grayscale: #828282. Windows color (decimal): -2529495 or 2713561. OLE color: 2713561.
HSL color Cylindrical-coordinate representation of color #D96729: hue angle of 21.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D96729 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 41 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.15 |
| HSL | 21.14º | 0.7% | 0.51% | - |
| HSV(B) | 21.14º | 0.81% | 0.85% | - |
| XYZ | 33.87 | 24.61 | 5.06 | - |
| YUV | 130.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 41 | 0 | 0.53 | 0.81 | 0.15 | 21.14 | 0.7 | 0.51 |
| Hex | D9 | 67 | 29 | 0 | 35 | 51 | F | 15 | 46 | 33 |
| Octal | 331 | 147 | 51 | 0 | 65 | 121 | 17 | 25 | 106 | 63 |
| Binary | 11011001 | 1100111 | 101001 | 0 | 110101 | 1010001 | 1111 | 10101 | 1000110 | 110011 |
Color Harmonies of #D96729
Complementary color
Monochromatic Colors of #D96729
Black with #D96729
Text Example
Text Example
White with #D96729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96729; }
p { color: rgb(217,103,41); }
H1.HeaderClassName
{
color: #D96729;
}
.AnyTagClassName
{
color: #D96729;
}
</style>
background-color css
<style>
a { background-color: #D96729; }
a { background-color: rgb(217,103,41); }
div.DivClassName
{
background-color: #D96729;
}
.BgClassName
{
background-color: #D96729;
}
</style>
border-color css
<style>
span { border-color: #D96729; }
span { border-color: rgb(217,103,41); }
td.TdClassName
{
border-color: #D96729;
}
.TagClassName
{
border-color: #D96729;
}
</style>