Shades of Primrose #DAE492
Tints of Primrose #DAE492
RGB
CMYK
RGB Variations
Color information
#DAE492 (or 0xDAE492) is known color: Primrose. HEX triplet: DA, E4 and 92. RGB value is (218,228,146). Sum of RGB (Red+Green+Blue) = 218+228+146=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE492 is #251B6D. Grayscale: #D7D7D7. Windows color (decimal): -2431854 or 9626842. OLE color: 9626842.
HSL color Cylindrical-coordinate representation of color #DAE492: hue angle of 67.32º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE492 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 146 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.11 |
| HSL | 67.32º | 0.6% | 0.73% | - |
| HSV(B) | 67.32º | 0.36% | 0.89% | - |
| XYZ | 61.85 | 72.47 | 37.92 | - |
| YUV | 215.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 146 | 0.04 | 0 | 0.36 | 0.11 | 67.32 | 0.6 | 0.73 |
| Hex | DA | E4 | 92 | 4 | 0 | 24 | B | 43 | 3C | 49 |
| Octal | 332 | 344 | 222 | 4 | 0 | 44 | 13 | 103 | 74 | 111 |
| Binary | 11011010 | 11100100 | 10010010 | 100 | 0 | 100100 | 1011 | 1000011 | 111100 | 1001001 |
Color Harmonies of #DAE492
Complementary color
Monochromatic Colors of #DAE492
Black with #DAE492
Text Example
Text Example
White with #DAE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE492; }
p { color: rgb(218,228,146); }
H1.HeaderClassName
{
color: #DAE492;
}
.AnyTagClassName
{
color: #DAE492;
}
</style>
background-color css
<style>
a { background-color: #DAE492; }
a { background-color: rgb(218,228,146); }
div.DivClassName
{
background-color: #DAE492;
}
.BgClassName
{
background-color: #DAE492;
}
</style>
border-color css
<style>
span { border-color: #DAE492; }
span { border-color: rgb(218,228,146); }
td.TdClassName
{
border-color: #DAE492;
}
.TagClassName
{
border-color: #DAE492;
}
</style>