Shades of Gold Drop #D96728
Tints of Gold Drop #D96728
RGB
CMYK
RGB Variations
Color information
#D96728 (or 0xD96728) is known color: Gold Drop. HEX triplet: D9, 67 and 28. RGB value is (217,103,40). Sum of RGB (Red+Green+Blue) = 217+103+40=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96728 is #2698D7. Grayscale: #828282. Windows color (decimal): -2529496 or 2648025. OLE color: 2648025.
HSL color Cylindrical-coordinate representation of color #D96728: hue angle of 21.36º 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 #D96728 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 40 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.15 |
| HSL | 21.36º | 0.7% | 0.5% | - |
| HSV(B) | 21.36º | 0.82% | 0.85% | - |
| XYZ | 33.85 | 24.61 | 4.97 | - |
| YUV | 129.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 40 | 0 | 0.53 | 0.82 | 0.15 | 21.36 | 0.7 | 0.5 |
| Hex | D9 | 67 | 28 | 0 | 35 | 52 | F | 15 | 46 | 32 |
| Octal | 331 | 147 | 50 | 0 | 65 | 122 | 17 | 25 | 106 | 62 |
| Binary | 11011001 | 1100111 | 101000 | 0 | 110101 | 1010010 | 1111 | 10101 | 1000110 | 110010 |
Color Harmonies of #D96728
Complementary color
Monochromatic Colors of #D96728
Black with #D96728
Text Example
Text Example
White with #D96728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96728; }
p { color: rgb(217,103,40); }
H1.HeaderClassName
{
color: #D96728;
}
.AnyTagClassName
{
color: #D96728;
}
</style>
background-color css
<style>
a { background-color: #D96728; }
a { background-color: rgb(217,103,40); }
div.DivClassName
{
background-color: #D96728;
}
.BgClassName
{
background-color: #D96728;
}
</style>
border-color css
<style>
span { border-color: #D96728; }
span { border-color: rgb(217,103,40); }
td.TdClassName
{
border-color: #D96728;
}
.TagClassName
{
border-color: #D96728;
}
</style>