Shades of Primrose #DAE08E
Tints of Primrose #DAE08E
RGB
CMYK
RGB Variations
Color information
#DAE08E (or 0xDAE08E) is known color: Primrose. HEX triplet: DA, E0 and 8E. RGB value is (218,224,142). Sum of RGB (Red+Green+Blue) = 218+224+142=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE08E is #251F71. Grayscale: #D5D5D5. Windows color (decimal): -2432882 or 9363674. OLE color: 9363674.
HSL color Cylindrical-coordinate representation of color #DAE08E: hue angle of 64.39º 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 #DAE08E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 142 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.12 |
| HSL | 64.39º | 0.57% | 0.72% | - |
| HSV(B) | 64.39º | 0.37% | 0.88% | - |
| XYZ | 60.45 | 70.17 | 35.95 | - |
| YUV | 212.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 142 | 0.03 | 0 | 0.37 | 0.12 | 64.39 | 0.57 | 0.72 |
| Hex | DA | E0 | 8E | 3 | 0 | 25 | C | 40 | 39 | 48 |
| Octal | 332 | 340 | 216 | 3 | 0 | 45 | 14 | 100 | 71 | 110 |
| Binary | 11011010 | 11100000 | 10001110 | 11 | 0 | 100101 | 1100 | 1000000 | 111001 | 1001000 |
Color Harmonies of #DAE08E
Complementary color
Monochromatic Colors of #DAE08E
Black with #DAE08E
Text Example
Text Example
White with #DAE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE08E; }
p { color: rgb(218,224,142); }
H1.HeaderClassName
{
color: #DAE08E;
}
.AnyTagClassName
{
color: #DAE08E;
}
</style>
background-color css
<style>
a { background-color: #DAE08E; }
a { background-color: rgb(218,224,142); }
div.DivClassName
{
background-color: #DAE08E;
}
.BgClassName
{
background-color: #DAE08E;
}
</style>
border-color css
<style>
span { border-color: #DAE08E; }
span { border-color: rgb(218,224,142); }
td.TdClassName
{
border-color: #DAE08E;
}
.TagClassName
{
border-color: #DAE08E;
}
</style>