Shades of Primrose #DAE292
Tints of Primrose #DAE292
RGB
CMYK
RGB Variations
Color information
#DAE292 (or 0xDAE292) is known color: Primrose. HEX triplet: DA, E2 and 92. RGB value is (218,226,146). Sum of RGB (Red+Green+Blue) = 218+226+146=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE292 is #251D6D. Grayscale: #D6D6D6. Windows color (decimal): -2432366 or 9626330. OLE color: 9626330.
HSL color Cylindrical-coordinate representation of color #DAE292: hue angle of 66º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE292 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 146 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.11 |
| HSL | 66º | 0.58% | 0.73% | - |
| HSV(B) | 66º | 0.35% | 0.89% | - |
| XYZ | 61.3 | 71.37 | 37.74 | - |
| YUV | 214.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 146 | 0.04 | 0 | 0.35 | 0.11 | 66 | 0.58 | 0.73 |
| Hex | DA | E2 | 92 | 4 | 0 | 23 | B | 42 | 3A | 49 |
| Octal | 332 | 342 | 222 | 4 | 0 | 43 | 13 | 102 | 72 | 111 |
| Binary | 11011010 | 11100010 | 10010010 | 100 | 0 | 100011 | 1011 | 1000010 | 111010 | 1001001 |
Color Harmonies of #DAE292
Complementary color
Monochromatic Colors of #DAE292
Black with #DAE292
Text Example
Text Example
White with #DAE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE292; }
p { color: rgb(218,226,146); }
H1.HeaderClassName
{
color: #DAE292;
}
.AnyTagClassName
{
color: #DAE292;
}
</style>
background-color css
<style>
a { background-color: #DAE292; }
a { background-color: rgb(218,226,146); }
div.DivClassName
{
background-color: #DAE292;
}
.BgClassName
{
background-color: #DAE292;
}
</style>
border-color css
<style>
span { border-color: #DAE292; }
span { border-color: rgb(218,226,146); }
td.TdClassName
{
border-color: #DAE292;
}
.TagClassName
{
border-color: #DAE292;
}
</style>