Shades of Drover #FDEF9D
Tints of Drover #FDEF9D
RGB
CMYK
RGB Variations
Color information
#FDEF9D (or 0xFDEF9D) is known color: Drover. HEX triplet: FD, EF and 9D. RGB value is (253,239,157). Sum of RGB (Red+Green+Blue) = 253+239+157=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 157 (61.72% from 255 or 24.19% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF9D is #021062. Grayscale: #EAEAEA. Windows color (decimal): -135267 or 10350589. OLE color: 10350589.
HSL color Cylindrical-coordinate representation of color #FDEF9D: hue angle of 51.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDEF9D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 157 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.01 |
| HSL | 51.25º | 0.96% | 0.8% | - |
| HSV(B) | 51.25º | 0.38% | 0.99% | - |
| XYZ | 77.46 | 85.05 | 44.23 | - |
| YUV | 233.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 157 | 0 | 0.06 | 0.38 | 0.01 | 51.25 | 0.96 | 0.8 |
| Hex | FD | EF | 9D | 0 | 6 | 26 | 1 | 33 | 60 | 50 |
| Octal | 375 | 357 | 235 | 0 | 6 | 46 | 1 | 63 | 140 | 120 |
| Binary | 11111101 | 11101111 | 10011101 | 0 | 110 | 100110 | 1 | 110011 | 1100000 | 1010000 |
Color Harmonies of #FDEF9D
Complementary color
Monochromatic Colors of #FDEF9D
Black with #FDEF9D
Text Example
Text Example
White with #FDEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF9D; }
p { color: rgb(253,239,157); }
H1.HeaderClassName
{
color: #FDEF9D;
}
.AnyTagClassName
{
color: #FDEF9D;
}
</style>
background-color css
<style>
a { background-color: #FDEF9D; }
a { background-color: rgb(253,239,157); }
div.DivClassName
{
background-color: #FDEF9D;
}
.BgClassName
{
background-color: #FDEF9D;
}
</style>
border-color css
<style>
span { border-color: #FDEF9D; }
span { border-color: rgb(253,239,157); }
td.TdClassName
{
border-color: #FDEF9D;
}
.TagClassName
{
border-color: #FDEF9D;
}
</style>