Shades of Drover #FDF19D
Tints of Drover #FDF19D
RGB
CMYK
RGB Variations
Color information
#FDF19D (or 0xFDF19D) is known color: Drover. HEX triplet: FD, F1 and 9D. RGB value is (253,241,157). Sum of RGB (Red+Green+Blue) = 253+241+157=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 157 (61.72% from 255 or 24.12% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF19D is #020E62. Grayscale: #EBEBEB. Windows color (decimal): -134755 or 10351101. OLE color: 10351101.
HSL color Cylindrical-coordinate representation of color #FDF19D: hue angle of 52.5º 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 #FDF19D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 157 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.01 |
| HSL | 52.5º | 0.96% | 0.8% | - |
| HSV(B) | 52.5º | 0.38% | 0.99% | - |
| XYZ | 78.05 | 86.23 | 44.43 | - |
| YUV | 235.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 157 | 0 | 0.05 | 0.38 | 0.01 | 52.5 | 0.96 | 0.8 |
| Hex | FD | F1 | 9D | 0 | 5 | 26 | 1 | 34 | 60 | 50 |
| Octal | 375 | 361 | 235 | 0 | 5 | 46 | 1 | 64 | 140 | 120 |
| Binary | 11111101 | 11110001 | 10011101 | 0 | 101 | 100110 | 1 | 110100 | 1100000 | 1010000 |
Color Harmonies of #FDF19D
Complementary color
Monochromatic Colors of #FDF19D
Black with #FDF19D
Text Example
Text Example
White with #FDF19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF19D; }
p { color: rgb(253,241,157); }
H1.HeaderClassName
{
color: #FDF19D;
}
.AnyTagClassName
{
color: #FDF19D;
}
</style>
background-color css
<style>
a { background-color: #FDF19D; }
a { background-color: rgb(253,241,157); }
div.DivClassName
{
background-color: #FDF19D;
}
.BgClassName
{
background-color: #FDF19D;
}
</style>
border-color css
<style>
span { border-color: #FDF19D; }
span { border-color: rgb(253,241,157); }
td.TdClassName
{
border-color: #FDF19D;
}
.TagClassName
{
border-color: #FDF19D;
}
</style>