Shades of Primrose #DAE08D
Tints of Primrose #DAE08D
RGB
CMYK
RGB Variations
Color information
#DAE08D (or 0xDAE08D) is known color: Primrose. HEX triplet: DA, E0 and 8D. RGB value is (218,224,141). Sum of RGB (Red+Green+Blue) = 218+224+141=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE08D is #251F72. Grayscale: #D5D5D5. Windows color (decimal): -2432883 or 9298138. OLE color: 9298138.
HSL color Cylindrical-coordinate representation of color #DAE08D: hue angle of 64.34º degrees, saturation: 0.57, 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 #DAE08D is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 141 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.12 |
| HSL | 64.34º | 0.57% | 0.72% | - |
| HSV(B) | 64.34º | 0.37% | 0.88% | - |
| XYZ | 60.38 | 70.14 | 35.56 | - |
| YUV | 212.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 141 | 0.03 | 0 | 0.37 | 0.12 | 64.34 | 0.57 | 0.72 |
| Hex | DA | E0 | 8D | 3 | 0 | 25 | C | 40 | 39 | 48 |
| Octal | 332 | 340 | 215 | 3 | 0 | 45 | 14 | 100 | 71 | 110 |
| Binary | 11011010 | 11100000 | 10001101 | 11 | 0 | 100101 | 1100 | 1000000 | 111001 | 1001000 |
Color Harmonies of #DAE08D
Complementary color
Monochromatic Colors of #DAE08D
Black with #DAE08D
Text Example
Text Example
White with #DAE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE08D; }
p { color: rgb(218,224,141); }
H1.HeaderClassName
{
color: #DAE08D;
}
.AnyTagClassName
{
color: #DAE08D;
}
</style>
background-color css
<style>
a { background-color: #DAE08D; }
a { background-color: rgb(218,224,141); }
div.DivClassName
{
background-color: #DAE08D;
}
.BgClassName
{
background-color: #DAE08D;
}
</style>
border-color css
<style>
span { border-color: #DAE08D; }
span { border-color: rgb(218,224,141); }
td.TdClassName
{
border-color: #DAE08D;
}
.TagClassName
{
border-color: #DAE08D;
}
</style>