Shades of Primrose #DAE08F
Tints of Primrose #DAE08F
RGB
CMYK
RGB Variations
Color information
#DAE08F (or 0xDAE08F) is known color: Primrose. HEX triplet: DA, E0 and 8F. RGB value is (218,224,143). Sum of RGB (Red+Green+Blue) = 218+224+143=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE08F is #251F70. Grayscale: #D5D5D5. Windows color (decimal): -2432881 or 9429210. OLE color: 9429210.
HSL color Cylindrical-coordinate representation of color #DAE08F: hue angle of 64.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE08F is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 143 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.12 |
| HSL | 64.44º | 0.57% | 0.72% | - |
| HSV(B) | 64.44º | 0.36% | 0.88% | - |
| XYZ | 60.53 | 70.2 | 36.35 | - |
| YUV | 212.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 143 | 0.03 | 0 | 0.36 | 0.12 | 64.44 | 0.57 | 0.72 |
| Hex | DA | E0 | 8F | 3 | 0 | 24 | C | 40 | 39 | 48 |
| Octal | 332 | 340 | 217 | 3 | 0 | 44 | 14 | 100 | 71 | 110 |
| Binary | 11011010 | 11100000 | 10001111 | 11 | 0 | 100100 | 1100 | 1000000 | 111001 | 1001000 |
Color Harmonies of #DAE08F
Complementary color
Monochromatic Colors of #DAE08F
Black with #DAE08F
Text Example
Text Example
White with #DAE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE08F; }
p { color: rgb(218,224,143); }
H1.HeaderClassName
{
color: #DAE08F;
}
.AnyTagClassName
{
color: #DAE08F;
}
</style>
background-color css
<style>
a { background-color: #DAE08F; }
a { background-color: rgb(218,224,143); }
div.DivClassName
{
background-color: #DAE08F;
}
.BgClassName
{
background-color: #DAE08F;
}
</style>
border-color css
<style>
span { border-color: #DAE08F; }
span { border-color: rgb(218,224,143); }
td.TdClassName
{
border-color: #DAE08F;
}
.TagClassName
{
border-color: #DAE08F;
}
</style>