Shades of Primrose #DFE18A
Tints of Primrose #DFE18A
RGB
CMYK
RGB Variations
Color information
#DFE18A (or 0xDFE18A) is known color: Primrose. HEX triplet: DF, E1 and 8A. RGB value is (223,225,138). Sum of RGB (Red+Green+Blue) = 223+225+138=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE18A is #201E75. Grayscale: #D6D6D6. Windows color (decimal): -2104950 or 9101791. OLE color: 9101791.
HSL color Cylindrical-coordinate representation of color #DFE18A: hue angle of 61.38º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DFE18A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 138 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.12 |
| HSL | 61.38º | 0.59% | 0.71% | - |
| HSV(B) | 61.38º | 0.39% | 0.88% | - |
| XYZ | 61.94 | 71.37 | 34.56 | - |
| YUV | 214.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 138 | 0.01 | 0 | 0.39 | 0.12 | 61.38 | 0.59 | 0.71 |
| Hex | DF | E1 | 8A | 1 | 0 | 27 | C | 3D | 3B | 47 |
| Octal | 337 | 341 | 212 | 1 | 0 | 47 | 14 | 75 | 73 | 107 |
| Binary | 11011111 | 11100001 | 10001010 | 1 | 0 | 100111 | 1100 | 111101 | 111011 | 1000111 |
Color Harmonies of #DFE18A
Complementary color
Monochromatic Colors of #DFE18A
Black with #DFE18A
Text Example
Text Example
White with #DFE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE18A; }
p { color: rgb(223,225,138); }
H1.HeaderClassName
{
color: #DFE18A;
}
.AnyTagClassName
{
color: #DFE18A;
}
</style>
background-color css
<style>
a { background-color: #DFE18A; }
a { background-color: rgb(223,225,138); }
div.DivClassName
{
background-color: #DFE18A;
}
.BgClassName
{
background-color: #DFE18A;
}
</style>
border-color css
<style>
span { border-color: #DFE18A; }
span { border-color: rgb(223,225,138); }
td.TdClassName
{
border-color: #DFE18A;
}
.TagClassName
{
border-color: #DFE18A;
}
</style>