Shades of Primrose #DAE889
Tints of Primrose #DAE889
RGB
CMYK
RGB Variations
Color information
#DAE889 (or 0xDAE889) is known color: Primrose. HEX triplet: DA, E8 and 89. RGB value is (218,232,137). Sum of RGB (Red+Green+Blue) = 218+232+137=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE889 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE889 is #251776. Grayscale: #D9D9D9. Windows color (decimal): -2430839 or 9038042. OLE color: 9038042.
HSL color Cylindrical-coordinate representation of color #DAE889: hue angle of 68.84º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE889 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 137 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 68.84º | 0.67% | 0.72% | - |
| HSV(B) | 68.84º | 0.41% | 0.91% | - |
| XYZ | 62.29 | 74.42 | 34.75 | - |
| YUV | 216.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 137 | 0.06 | 0 | 0.41 | 0.09 | 68.84 | 0.67 | 0.72 |
| Hex | DA | E8 | 89 | 6 | 0 | 29 | 9 | 45 | 43 | 48 |
| Octal | 332 | 350 | 211 | 6 | 0 | 51 | 11 | 105 | 103 | 110 |
| Binary | 11011010 | 11101000 | 10001001 | 110 | 0 | 101001 | 1001 | 1000101 | 1000011 | 1001000 |
Color Harmonies of #DAE889
Complementary color
Monochromatic Colors of #DAE889
Black with #DAE889
Text Example
Text Example
White with #DAE889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE889; }
p { color: rgb(218,232,137); }
H1.HeaderClassName
{
color: #DAE889;
}
.AnyTagClassName
{
color: #DAE889;
}
</style>
background-color css
<style>
a { background-color: #DAE889; }
a { background-color: rgb(218,232,137); }
div.DivClassName
{
background-color: #DAE889;
}
.BgClassName
{
background-color: #DAE889;
}
</style>
border-color css
<style>
span { border-color: #DAE889; }
span { border-color: rgb(218,232,137); }
td.TdClassName
{
border-color: #DAE889;
}
.TagClassName
{
border-color: #DAE889;
}
</style>