Shades of Primrose #DAE489
Tints of Primrose #DAE489
RGB
CMYK
RGB Variations
Color information
#DAE489 (or 0xDAE489) is known color: Primrose. HEX triplet: DA, E4 and 89. RGB value is (218,228,137). Sum of RGB (Red+Green+Blue) = 218+228+137=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 137 (53.91% from 255 or 23.50% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE489 is #251B76. Grayscale: #D6D6D6. Windows color (decimal): -2431863 or 9037018. OLE color: 9037018.
HSL color Cylindrical-coordinate representation of color #DAE489: hue angle of 66.59º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE489 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 137 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 66.59º | 0.63% | 0.72% | - |
| HSV(B) | 66.59º | 0.4% | 0.89% | - |
| XYZ | 61.17 | 72.2 | 34.38 | - |
| YUV | 214.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 137 | 0.04 | 0 | 0.40 | 0.11 | 66.59 | 0.63 | 0.72 |
| Hex | DA | E4 | 89 | 4 | 0 | 28 | B | 43 | 3F | 48 |
| Octal | 332 | 344 | 211 | 4 | 0 | 50 | 13 | 103 | 77 | 110 |
| Binary | 11011010 | 11100100 | 10001001 | 100 | 0 | 101000 | 1011 | 1000011 | 111111 | 1001000 |
Color Harmonies of #DAE489
Complementary color
Monochromatic Colors of #DAE489
Black with #DAE489
Text Example
Text Example
White with #DAE489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE489; }
p { color: rgb(218,228,137); }
H1.HeaderClassName
{
color: #DAE489;
}
.AnyTagClassName
{
color: #DAE489;
}
</style>
background-color css
<style>
a { background-color: #DAE489; }
a { background-color: rgb(218,228,137); }
div.DivClassName
{
background-color: #DAE489;
}
.BgClassName
{
background-color: #DAE489;
}
</style>
border-color css
<style>
span { border-color: #DAE489; }
span { border-color: rgb(218,228,137); }
td.TdClassName
{
border-color: #DAE489;
}
.TagClassName
{
border-color: #DAE489;
}
</style>