Shades of Drover #FDE9A1
Tints of Drover #FDE9A1
RGB
CMYK
RGB Variations
Color information
#FDE9A1 (or 0xFDE9A1) is known color: Drover. HEX triplet: FD, E9 and A1. RGB value is (253,233,161). Sum of RGB (Red+Green+Blue) = 253+233+161=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 161 (63.28% from 255 or 24.88% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9A1 is #02165E. Grayscale: #E7E7E7. Windows color (decimal): -136799 or 10611197. OLE color: 10611197.
HSL color Cylindrical-coordinate representation of color #FDE9A1: hue angle of 46.96º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDE9A1 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 161 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.01 |
| HSL | 46.96º | 0.96% | 0.81% | - |
| HSV(B) | 46.96º | 0.36% | 0.99% | - |
| XYZ | 76.08 | 81.73 | 45.48 | - |
| YUV | 230.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 161 | 0 | 0.08 | 0.36 | 0.01 | 46.96 | 0.96 | 0.81 |
| Hex | FD | E9 | A1 | 0 | 8 | 24 | 1 | 2F | 60 | 51 |
| Octal | 375 | 351 | 241 | 0 | 10 | 44 | 1 | 57 | 140 | 121 |
| Binary | 11111101 | 11101001 | 10100001 | 0 | 1000 | 100100 | 1 | 101111 | 1100000 | 1010001 |
Color Harmonies of #FDE9A1
Complementary color
Monochromatic Colors of #FDE9A1
Black with #FDE9A1
Text Example
Text Example
White with #FDE9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9A1; }
p { color: rgb(253,233,161); }
H1.HeaderClassName
{
color: #FDE9A1;
}
.AnyTagClassName
{
color: #FDE9A1;
}
</style>
background-color css
<style>
a { background-color: #FDE9A1; }
a { background-color: rgb(253,233,161); }
div.DivClassName
{
background-color: #FDE9A1;
}
.BgClassName
{
background-color: #FDE9A1;
}
</style>
border-color css
<style>
span { border-color: #FDE9A1; }
span { border-color: rgb(253,233,161); }
td.TdClassName
{
border-color: #FDE9A1;
}
.TagClassName
{
border-color: #FDE9A1;
}
</style>