Shades of Primrose #DFE88B
Tints of Primrose #DFE88B
RGB
CMYK
RGB Variations
Color information
#DFE88B (or 0xDFE88B) is known color: Primrose. HEX triplet: DF, E8 and 8B. RGB value is (223,232,139). Sum of RGB (Red+Green+Blue) = 223+232+139=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE88B is #201774. Grayscale: #DBDBDB. Windows color (decimal): -2103157 or 9169119. OLE color: 9169119.
HSL color Cylindrical-coordinate representation of color #DFE88B: hue angle of 65.81º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFE88B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 139 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.09 |
| HSL | 65.81º | 0.67% | 0.73% | - |
| HSV(B) | 65.81º | 0.4% | 0.91% | - |
| XYZ | 63.95 | 75.27 | 35.58 | - |
| YUV | 218.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 139 | 0.04 | 0 | 0.40 | 0.09 | 65.81 | 0.67 | 0.73 |
| Hex | DF | E8 | 8B | 4 | 0 | 28 | 9 | 42 | 43 | 49 |
| Octal | 337 | 350 | 213 | 4 | 0 | 50 | 11 | 102 | 103 | 111 |
| Binary | 11011111 | 11101000 | 10001011 | 100 | 0 | 101000 | 1001 | 1000010 | 1000011 | 1001001 |
Color Harmonies of #DFE88B
Complementary color
Monochromatic Colors of #DFE88B
Black with #DFE88B
Text Example
Text Example
White with #DFE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE88B; }
p { color: rgb(223,232,139); }
H1.HeaderClassName
{
color: #DFE88B;
}
.AnyTagClassName
{
color: #DFE88B;
}
</style>
background-color css
<style>
a { background-color: #DFE88B; }
a { background-color: rgb(223,232,139); }
div.DivClassName
{
background-color: #DFE88B;
}
.BgClassName
{
background-color: #DFE88B;
}
</style>
border-color css
<style>
span { border-color: #DFE88B; }
span { border-color: rgb(223,232,139); }
td.TdClassName
{
border-color: #DFE88B;
}
.TagClassName
{
border-color: #DFE88B;
}
</style>