Shades of Primrose #DAE092
Tints of Primrose #DAE092
RGB
CMYK
RGB Variations
Color information
#DAE092 (or 0xDAE092) is known color: Primrose. HEX triplet: DA, E0 and 92. RGB value is (218,224,146). Sum of RGB (Red+Green+Blue) = 218+224+146=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE092 is #251F6D. Grayscale: #D5D5D5. Windows color (decimal): -2432878 or 9625818. OLE color: 9625818.
HSL color Cylindrical-coordinate representation of color #DAE092: hue angle of 64.62º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE092 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 146 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.12 |
| HSL | 64.62º | 0.56% | 0.73% | - |
| HSV(B) | 64.62º | 0.35% | 0.88% | - |
| XYZ | 60.76 | 70.29 | 37.56 | - |
| YUV | 213.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 146 | 0.03 | 0 | 0.35 | 0.12 | 64.62 | 0.56 | 0.73 |
| Hex | DA | E0 | 92 | 3 | 0 | 23 | C | 41 | 38 | 49 |
| Octal | 332 | 340 | 222 | 3 | 0 | 43 | 14 | 101 | 70 | 111 |
| Binary | 11011010 | 11100000 | 10010010 | 11 | 0 | 100011 | 1100 | 1000001 | 111000 | 1001001 |
Color Harmonies of #DAE092
Complementary color
Monochromatic Colors of #DAE092
Black with #DAE092
Text Example
Text Example
White with #DAE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE092; }
p { color: rgb(218,224,146); }
H1.HeaderClassName
{
color: #DAE092;
}
.AnyTagClassName
{
color: #DAE092;
}
</style>
background-color css
<style>
a { background-color: #DAE092; }
a { background-color: rgb(218,224,146); }
div.DivClassName
{
background-color: #DAE092;
}
.BgClassName
{
background-color: #DAE092;
}
</style>
border-color css
<style>
span { border-color: #DAE092; }
span { border-color: rgb(218,224,146); }
td.TdClassName
{
border-color: #DAE092;
}
.TagClassName
{
border-color: #DAE092;
}
</style>