Shades of Primrose #DAE488
Tints of Primrose #DAE488
RGB
CMYK
RGB Variations
Color information
#DAE488 (or 0xDAE488) is known color: Primrose. HEX triplet: DA, E4 and 88. RGB value is (218,228,136). Sum of RGB (Red+Green+Blue) = 218+228+136=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE488 is #251B77. Grayscale: #D6D6D6. Windows color (decimal): -2431864 or 8971482. OLE color: 8971482.
HSL color Cylindrical-coordinate representation of color #DAE488: hue angle of 66.52º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE488 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 136 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 66.52º | 0.63% | 0.71% | - |
| HSV(B) | 66.52º | 0.4% | 0.89% | - |
| XYZ | 61.1 | 72.17 | 34 | - |
| YUV | 214.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 136 | 0.04 | 0 | 0.40 | 0.11 | 66.52 | 0.63 | 0.71 |
| Hex | DA | E4 | 88 | 4 | 0 | 28 | B | 43 | 3F | 47 |
| Octal | 332 | 344 | 210 | 4 | 0 | 50 | 13 | 103 | 77 | 107 |
| Binary | 11011010 | 11100100 | 10001000 | 100 | 0 | 101000 | 1011 | 1000011 | 111111 | 1000111 |
Color Harmonies of #DAE488
Complementary color
Monochromatic Colors of #DAE488
Black with #DAE488
Text Example
Text Example
White with #DAE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE488; }
p { color: rgb(218,228,136); }
H1.HeaderClassName
{
color: #DAE488;
}
.AnyTagClassName
{
color: #DAE488;
}
</style>
background-color css
<style>
a { background-color: #DAE488; }
a { background-color: rgb(218,228,136); }
div.DivClassName
{
background-color: #DAE488;
}
.BgClassName
{
background-color: #DAE488;
}
</style>
border-color css
<style>
span { border-color: #DAE488; }
span { border-color: rgb(218,228,136); }
td.TdClassName
{
border-color: #DAE488;
}
.TagClassName
{
border-color: #DAE488;
}
</style>