Shades of Drover #FDE899
Tints of Drover #FDE899
RGB
CMYK
RGB Variations
Color information
#FDE899 (or 0xFDE899) is known color: Drover. HEX triplet: FD, E8 and 99. RGB value is (253,232,153). Sum of RGB (Red+Green+Blue) = 253+232+153=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 153 (60.16% from 255 or 23.98% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE899 is #021766. Grayscale: #E5E5E5. Windows color (decimal): -137063 or 10086653. OLE color: 10086653.
HSL color Cylindrical-coordinate representation of color #FDE899: hue angle of 47.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDE899 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 153 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.01 |
| HSL | 47.4º | 0.96% | 0.8% | - |
| HSV(B) | 47.4º | 0.4% | 0.99% | - |
| XYZ | 75.11 | 80.9 | 41.79 | - |
| YUV | 229.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 153 | 0 | 0.08 | 0.40 | 0.01 | 47.4 | 0.96 | 0.8 |
| Hex | FD | E8 | 99 | 0 | 8 | 28 | 1 | 2F | 60 | 50 |
| Octal | 375 | 350 | 231 | 0 | 10 | 50 | 1 | 57 | 140 | 120 |
| Binary | 11111101 | 11101000 | 10011001 | 0 | 1000 | 101000 | 1 | 101111 | 1100000 | 1010000 |
Color Harmonies of #FDE899
Complementary color
Monochromatic Colors of #FDE899
Black with #FDE899
Text Example
Text Example
White with #FDE899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE899; }
p { color: rgb(253,232,153); }
H1.HeaderClassName
{
color: #FDE899;
}
.AnyTagClassName
{
color: #FDE899;
}
</style>
background-color css
<style>
a { background-color: #FDE899; }
a { background-color: rgb(253,232,153); }
div.DivClassName
{
background-color: #FDE899;
}
.BgClassName
{
background-color: #FDE899;
}
</style>
border-color css
<style>
span { border-color: #FDE899; }
span { border-color: rgb(253,232,153); }
td.TdClassName
{
border-color: #FDE899;
}
.TagClassName
{
border-color: #FDE899;
}
</style>