Shades of Primrose #DAE395
Tints of Primrose #DAE395
RGB
CMYK
RGB Variations
Color information
#DAE395 (or 0xDAE395) is known color: Primrose. HEX triplet: DA, E3 and 95. RGB value is (218,227,149). Sum of RGB (Red+Green+Blue) = 218+227+149=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE395 is #251C6A. Grayscale: #D7D7D7. Windows color (decimal): -2432107 or 9823194. OLE color: 9823194.
HSL color Cylindrical-coordinate representation of color #DAE395: hue angle of 66.92º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE395 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 149 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.11 |
| HSL | 66.92º | 0.58% | 0.74% | - |
| HSV(B) | 66.92º | 0.34% | 0.89% | - |
| XYZ | 61.81 | 72.01 | 39.08 | - |
| YUV | 215.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 149 | 0.04 | 0 | 0.34 | 0.11 | 66.92 | 0.58 | 0.74 |
| Hex | DA | E3 | 95 | 4 | 0 | 22 | B | 43 | 3A | 4A |
| Octal | 332 | 343 | 225 | 4 | 0 | 42 | 13 | 103 | 72 | 112 |
| Binary | 11011010 | 11100011 | 10010101 | 100 | 0 | 100010 | 1011 | 1000011 | 111010 | 1001010 |
Color Harmonies of #DAE395
Complementary color
Monochromatic Colors of #DAE395
Black with #DAE395
Text Example
Text Example
White with #DAE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE395; }
p { color: rgb(218,227,149); }
H1.HeaderClassName
{
color: #DAE395;
}
.AnyTagClassName
{
color: #DAE395;
}
</style>
background-color css
<style>
a { background-color: #DAE395; }
a { background-color: rgb(218,227,149); }
div.DivClassName
{
background-color: #DAE395;
}
.BgClassName
{
background-color: #DAE395;
}
</style>
border-color css
<style>
span { border-color: #DAE395; }
span { border-color: rgb(218,227,149); }
td.TdClassName
{
border-color: #DAE395;
}
.TagClassName
{
border-color: #DAE395;
}
</style>