Shades of Primrose #DAE598
Tints of Primrose #DAE598
RGB
CMYK
RGB Variations
Color information
#DAE598 (or 0xDAE598) is known color: Primrose. HEX triplet: DA, E5 and 98. RGB value is (218,229,152). Sum of RGB (Red+Green+Blue) = 218+229+152=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE598 is #251A67. Grayscale: #D9D9D9. Windows color (decimal): -2431592 or 10020314. OLE color: 10020314.
HSL color Cylindrical-coordinate representation of color #DAE598: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE598 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 152 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.10 |
| HSL | 68.57º | 0.6% | 0.75% | - |
| HSV(B) | 68.57º | 0.34% | 0.9% | - |
| XYZ | 62.6 | 73.21 | 40.54 | - |
| YUV | 216.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 152 | 0.05 | 0 | 0.34 | 0.10 | 68.57 | 0.6 | 0.75 |
| Hex | DA | E5 | 98 | 5 | 0 | 22 | A | 45 | 3C | 4B |
| Octal | 332 | 345 | 230 | 5 | 0 | 42 | 12 | 105 | 74 | 113 |
| Binary | 11011010 | 11100101 | 10011000 | 101 | 0 | 100010 | 1010 | 1000101 | 111100 | 1001011 |
Color Harmonies of #DAE598
Complementary color
Monochromatic Colors of #DAE598
Black with #DAE598
Text Example
Text Example
White with #DAE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE598; }
p { color: rgb(218,229,152); }
H1.HeaderClassName
{
color: #DAE598;
}
.AnyTagClassName
{
color: #DAE598;
}
</style>
background-color css
<style>
a { background-color: #DAE598; }
a { background-color: rgb(218,229,152); }
div.DivClassName
{
background-color: #DAE598;
}
.BgClassName
{
background-color: #DAE598;
}
</style>
border-color css
<style>
span { border-color: #DAE598; }
span { border-color: rgb(218,229,152); }
td.TdClassName
{
border-color: #DAE598;
}
.TagClassName
{
border-color: #DAE598;
}
</style>