Shades of Primrose #DAE499
Tints of Primrose #DAE499
RGB
CMYK
RGB Variations
Color information
#DAE499 (or 0xDAE499) is known color: Primrose. HEX triplet: DA, E4 and 99. RGB value is (218,228,153). Sum of RGB (Red+Green+Blue) = 218+228+153=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE499 is #251B66. Grayscale: #D8D8D8. Windows color (decimal): -2431847 or 10085594. OLE color: 10085594.
HSL color Cylindrical-coordinate representation of color #DAE499: hue angle of 68º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE499 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 153 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.11 |
| HSL | 68º | 0.58% | 0.75% | - |
| HSV(B) | 68º | 0.33% | 0.89% | - |
| XYZ | 62.41 | 72.69 | 40.88 | - |
| YUV | 216.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 153 | 0.04 | 0 | 0.33 | 0.11 | 68 | 0.58 | 0.75 |
| Hex | DA | E4 | 99 | 4 | 0 | 21 | B | 44 | 3A | 4B |
| Octal | 332 | 344 | 231 | 4 | 0 | 41 | 13 | 104 | 72 | 113 |
| Binary | 11011010 | 11100100 | 10011001 | 100 | 0 | 100001 | 1011 | 1000100 | 111010 | 1001011 |
Color Harmonies of #DAE499
Complementary color
Monochromatic Colors of #DAE499
Black with #DAE499
Text Example
Text Example
White with #DAE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE499; }
p { color: rgb(218,228,153); }
H1.HeaderClassName
{
color: #DAE499;
}
.AnyTagClassName
{
color: #DAE499;
}
</style>
background-color css
<style>
a { background-color: #DAE499; }
a { background-color: rgb(218,228,153); }
div.DivClassName
{
background-color: #DAE499;
}
.BgClassName
{
background-color: #DAE499;
}
</style>
border-color css
<style>
span { border-color: #DAE499; }
span { border-color: rgb(218,228,153); }
td.TdClassName
{
border-color: #DAE499;
}
.TagClassName
{
border-color: #DAE499;
}
</style>