Shades of Primrose #DAE098
Tints of Primrose #DAE098
RGB
CMYK
RGB Variations
Color information
#DAE098 (or 0xDAE098) is known color: Primrose. HEX triplet: DA, E0 and 98. RGB value is (218,224,152). Sum of RGB (Red+Green+Blue) = 218+224+152=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 152 (59.77% from 255 or 25.59% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE098 is #251F67. Grayscale: #D6D6D6. Windows color (decimal): -2432872 or 10019034. OLE color: 10019034.
HSL color Cylindrical-coordinate representation of color #DAE098: hue angle of 65º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE098 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 152 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.12 |
| HSL | 65º | 0.54% | 0.74% | - |
| HSV(B) | 65º | 0.32% | 0.88% | - |
| XYZ | 61.24 | 70.48 | 40.08 | - |
| YUV | 214 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 152 | 0.03 | 0 | 0.32 | 0.12 | 65 | 0.54 | 0.74 |
| Hex | DA | E0 | 98 | 3 | 0 | 20 | C | 41 | 36 | 4A |
| Octal | 332 | 340 | 230 | 3 | 0 | 40 | 14 | 101 | 66 | 112 |
| Binary | 11011010 | 11100000 | 10011000 | 11 | 0 | 100000 | 1100 | 1000001 | 110110 | 1001010 |
Color Harmonies of #DAE098
Complementary color
Monochromatic Colors of #DAE098
Black with #DAE098
Text Example
Text Example
White with #DAE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE098; }
p { color: rgb(218,224,152); }
H1.HeaderClassName
{
color: #DAE098;
}
.AnyTagClassName
{
color: #DAE098;
}
</style>
background-color css
<style>
a { background-color: #DAE098; }
a { background-color: rgb(218,224,152); }
div.DivClassName
{
background-color: #DAE098;
}
.BgClassName
{
background-color: #DAE098;
}
</style>
border-color css
<style>
span { border-color: #DAE098; }
span { border-color: rgb(218,224,152); }
td.TdClassName
{
border-color: #DAE098;
}
.TagClassName
{
border-color: #DAE098;
}
</style>