Shades of Drover #FDEF99
Tints of Drover #FDEF99
RGB
CMYK
RGB Variations
Color information
#FDEF99 (or 0xFDEF99) is known color: Drover. HEX triplet: FD, EF and 99. RGB value is (253,239,153). Sum of RGB (Red+Green+Blue) = 253+239+153=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 153 (60.16% from 255 or 23.72% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF99 is #021066. Grayscale: #E9E9E9. Windows color (decimal): -135271 or 10088445. OLE color: 10088445.
HSL color Cylindrical-coordinate representation of color #FDEF99: hue angle of 51.6º 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 #FDEF99 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 153 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.01 |
| HSL | 51.6º | 0.96% | 0.8% | - |
| HSV(B) | 51.6º | 0.4% | 0.99% | - |
| XYZ | 77.12 | 84.92 | 42.46 | - |
| YUV | 233.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 153 | 0 | 0.06 | 0.40 | 0.01 | 51.6 | 0.96 | 0.8 |
| Hex | FD | EF | 99 | 0 | 6 | 28 | 1 | 34 | 60 | 50 |
| Octal | 375 | 357 | 231 | 0 | 6 | 50 | 1 | 64 | 140 | 120 |
| Binary | 11111101 | 11101111 | 10011001 | 0 | 110 | 101000 | 1 | 110100 | 1100000 | 1010000 |
Color Harmonies of #FDEF99
Complementary color
Monochromatic Colors of #FDEF99
Black with #FDEF99
Text Example
Text Example
White with #FDEF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF99; }
p { color: rgb(253,239,153); }
H1.HeaderClassName
{
color: #FDEF99;
}
.AnyTagClassName
{
color: #FDEF99;
}
</style>
background-color css
<style>
a { background-color: #FDEF99; }
a { background-color: rgb(253,239,153); }
div.DivClassName
{
background-color: #FDEF99;
}
.BgClassName
{
background-color: #FDEF99;
}
</style>
border-color css
<style>
span { border-color: #FDEF99; }
span { border-color: rgb(253,239,153); }
td.TdClassName
{
border-color: #FDEF99;
}
.TagClassName
{
border-color: #FDEF99;
}
</style>