Shades of Gold Drop #D96228
Tints of Gold Drop #D96228
RGB
CMYK
RGB Variations
Color information
#D96228 (or 0xD96228) is known color: Gold Drop. HEX triplet: D9, 62 and 28. RGB value is (217,98,40). Sum of RGB (Red+Green+Blue) = 217+98+40=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D96228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96228 is #269DD7. Grayscale: #7F7F7F. Windows color (decimal): -2530776 or 2646745. OLE color: 2646745.
HSL color Cylindrical-coordinate representation of color #D96228: hue angle of 19.66º 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 #D96228 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 98 | 40 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.15 |
| HSL | 19.66º | 0.7% | 0.5% | - |
| HSV(B) | 19.66º | 0.82% | 0.85% | - |
| XYZ | 33.37 | 23.64 | 4.81 | - |
| YUV | 126.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 98 | 40 | 0 | 0.55 | 0.82 | 0.15 | 19.66 | 0.7 | 0.5 |
| Hex | D9 | 62 | 28 | 0 | 37 | 52 | F | 14 | 46 | 32 |
| Octal | 331 | 142 | 50 | 0 | 67 | 122 | 17 | 24 | 106 | 62 |
| Binary | 11011001 | 1100010 | 101000 | 0 | 110111 | 1010010 | 1111 | 10100 | 1000110 | 110010 |
Color Harmonies of #D96228
Complementary color
Monochromatic Colors of #D96228
Black with #D96228
Text Example
Text Example
White with #D96228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96228; }
p { color: rgb(217,98,40); }
H1.HeaderClassName
{
color: #D96228;
}
.AnyTagClassName
{
color: #D96228;
}
</style>
background-color css
<style>
a { background-color: #D96228; }
a { background-color: rgb(217,98,40); }
div.DivClassName
{
background-color: #D96228;
}
.BgClassName
{
background-color: #D96228;
}
</style>
border-color css
<style>
span { border-color: #D96228; }
span { border-color: rgb(217,98,40); }
td.TdClassName
{
border-color: #D96228;
}
.TagClassName
{
border-color: #D96228;
}
</style>