Shades of Primrose #DAE18D
Tints of Primrose #DAE18D
RGB
CMYK
RGB Variations
Color information
#DAE18D (or 0xDAE18D) is known color: Primrose. HEX triplet: DA, E1 and 8D. RGB value is (218,225,141). Sum of RGB (Red+Green+Blue) = 218+225+141=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE18D is #251E72. Grayscale: #D5D5D5. Windows color (decimal): -2432627 or 9298394. OLE color: 9298394.
HSL color Cylindrical-coordinate representation of color #DAE18D: hue angle of 65º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE18D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 141 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.12 |
| HSL | 65º | 0.58% | 0.72% | - |
| HSV(B) | 65º | 0.37% | 0.88% | - |
| XYZ | 60.65 | 70.68 | 35.65 | - |
| YUV | 213.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 141 | 0.03 | 0 | 0.37 | 0.12 | 65 | 0.58 | 0.72 |
| Hex | DA | E1 | 8D | 3 | 0 | 25 | C | 41 | 3A | 48 |
| Octal | 332 | 341 | 215 | 3 | 0 | 45 | 14 | 101 | 72 | 110 |
| Binary | 11011010 | 11100001 | 10001101 | 11 | 0 | 100101 | 1100 | 1000001 | 111010 | 1001000 |
Color Harmonies of #DAE18D
Complementary color
Monochromatic Colors of #DAE18D
Black with #DAE18D
Text Example
Text Example
White with #DAE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE18D; }
p { color: rgb(218,225,141); }
H1.HeaderClassName
{
color: #DAE18D;
}
.AnyTagClassName
{
color: #DAE18D;
}
</style>
background-color css
<style>
a { background-color: #DAE18D; }
a { background-color: rgb(218,225,141); }
div.DivClassName
{
background-color: #DAE18D;
}
.BgClassName
{
background-color: #DAE18D;
}
</style>
border-color css
<style>
span { border-color: #DAE18D; }
span { border-color: rgb(218,225,141); }
td.TdClassName
{
border-color: #DAE18D;
}
.TagClassName
{
border-color: #DAE18D;
}
</style>