Shades of Primrose #DFE88A
Tints of Primrose #DFE88A
RGB
CMYK
RGB Variations
Color information
#DFE88A (or 0xDFE88A) is known color: Primrose. HEX triplet: DF, E8 and 8A. RGB value is (223,232,138). Sum of RGB (Red+Green+Blue) = 223+232+138=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE88A is #201775. Grayscale: #DADADA. Windows color (decimal): -2103158 or 9103583. OLE color: 9103583.
HSL color Cylindrical-coordinate representation of color #DFE88A: hue angle of 65.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFE88A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 138 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.09 |
| HSL | 65.74º | 0.67% | 0.73% | - |
| HSV(B) | 65.74º | 0.41% | 0.91% | - |
| XYZ | 63.88 | 75.24 | 35.2 | - |
| YUV | 218.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 138 | 0.04 | 0 | 0.41 | 0.09 | 65.74 | 0.67 | 0.73 |
| Hex | DF | E8 | 8A | 4 | 0 | 29 | 9 | 42 | 43 | 49 |
| Octal | 337 | 350 | 212 | 4 | 0 | 51 | 11 | 102 | 103 | 111 |
| Binary | 11011111 | 11101000 | 10001010 | 100 | 0 | 101001 | 1001 | 1000010 | 1000011 | 1001001 |
Color Harmonies of #DFE88A
Complementary color
Monochromatic Colors of #DFE88A
Black with #DFE88A
Text Example
Text Example
White with #DFE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE88A; }
p { color: rgb(223,232,138); }
H1.HeaderClassName
{
color: #DFE88A;
}
.AnyTagClassName
{
color: #DFE88A;
}
</style>
background-color css
<style>
a { background-color: #DFE88A; }
a { background-color: rgb(223,232,138); }
div.DivClassName
{
background-color: #DFE88A;
}
.BgClassName
{
background-color: #DFE88A;
}
</style>
border-color css
<style>
span { border-color: #DFE88A; }
span { border-color: rgb(223,232,138); }
td.TdClassName
{
border-color: #DFE88A;
}
.TagClassName
{
border-color: #DFE88A;
}
</style>