Shades of Primrose #DAE094
Tints of Primrose #DAE094
RGB
CMYK
RGB Variations
Color information
#DAE094 (or 0xDAE094) is known color: Primrose. HEX triplet: DA, E0 and 94. RGB value is (218,224,148). Sum of RGB (Red+Green+Blue) = 218+224+148=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE094 is #251F6B. Grayscale: #D5D5D5. Windows color (decimal): -2432876 or 9756890. OLE color: 9756890.
HSL color Cylindrical-coordinate representation of color #DAE094: hue angle of 64.74º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE094 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 148 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.12 |
| HSL | 64.74º | 0.55% | 0.73% | - |
| HSV(B) | 64.74º | 0.34% | 0.88% | - |
| XYZ | 60.91 | 70.35 | 38.39 | - |
| YUV | 213.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 148 | 0.03 | 0 | 0.34 | 0.12 | 64.74 | 0.55 | 0.73 |
| Hex | DA | E0 | 94 | 3 | 0 | 22 | C | 41 | 37 | 49 |
| Octal | 332 | 340 | 224 | 3 | 0 | 42 | 14 | 101 | 67 | 111 |
| Binary | 11011010 | 11100000 | 10010100 | 11 | 0 | 100010 | 1100 | 1000001 | 110111 | 1001001 |
Color Harmonies of #DAE094
Complementary color
Monochromatic Colors of #DAE094
Black with #DAE094
Text Example
Text Example
White with #DAE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE094; }
p { color: rgb(218,224,148); }
H1.HeaderClassName
{
color: #DAE094;
}
.AnyTagClassName
{
color: #DAE094;
}
</style>
background-color css
<style>
a { background-color: #DAE094; }
a { background-color: rgb(218,224,148); }
div.DivClassName
{
background-color: #DAE094;
}
.BgClassName
{
background-color: #DAE094;
}
</style>
border-color css
<style>
span { border-color: #DAE094; }
span { border-color: rgb(218,224,148); }
td.TdClassName
{
border-color: #DAE094;
}
.TagClassName
{
border-color: #DAE094;
}
</style>