Shades of Primrose #DFE18B
Tints of Primrose #DFE18B
RGB
CMYK
RGB Variations
Color information
#DFE18B (or 0xDFE18B) is known color: Primrose. HEX triplet: DF, E1 and 8B. RGB value is (223,225,139). Sum of RGB (Red+Green+Blue) = 223+225+139=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE18B is #201E74. Grayscale: #D6D6D6. Windows color (decimal): -2104949 or 9167327. OLE color: 9167327.
HSL color Cylindrical-coordinate representation of color #DFE18B: hue angle of 61.4º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE18B is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 139 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.12 |
| HSL | 61.4º | 0.59% | 0.71% | - |
| HSV(B) | 61.4º | 0.38% | 0.88% | - |
| XYZ | 62.02 | 71.4 | 34.94 | - |
| YUV | 214.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 139 | 0.01 | 0 | 0.38 | 0.12 | 61.4 | 0.59 | 0.71 |
| Hex | DF | E1 | 8B | 1 | 0 | 26 | C | 3D | 3B | 47 |
| Octal | 337 | 341 | 213 | 1 | 0 | 46 | 14 | 75 | 73 | 107 |
| Binary | 11011111 | 11100001 | 10001011 | 1 | 0 | 100110 | 1100 | 111101 | 111011 | 1000111 |
Color Harmonies of #DFE18B
Complementary color
Monochromatic Colors of #DFE18B
Black with #DFE18B
Text Example
Text Example
White with #DFE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE18B; }
p { color: rgb(223,225,139); }
H1.HeaderClassName
{
color: #DFE18B;
}
.AnyTagClassName
{
color: #DFE18B;
}
</style>
background-color css
<style>
a { background-color: #DFE18B; }
a { background-color: rgb(223,225,139); }
div.DivClassName
{
background-color: #DFE18B;
}
.BgClassName
{
background-color: #DFE18B;
}
</style>
border-color css
<style>
span { border-color: #DFE18B; }
span { border-color: rgb(223,225,139); }
td.TdClassName
{
border-color: #DFE18B;
}
.TagClassName
{
border-color: #DFE18B;
}
</style>