Shades of Primrose #DAE086
Tints of Primrose #DAE086
RGB
CMYK
RGB Variations
Color information
#DAE086 (or 0xDAE086) is known color: Primrose. HEX triplet: DA, E0 and 86. RGB value is (218,224,134). Sum of RGB (Red+Green+Blue) = 218+224+134=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE086 is #251F79. Grayscale: #D4D4D4. Windows color (decimal): -2432890 or 8839386. OLE color: 8839386.
HSL color Cylindrical-coordinate representation of color #DAE086: hue angle of 64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE086 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 134 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.12 |
| HSL | 64º | 0.59% | 0.7% | - |
| HSV(B) | 64º | 0.4% | 0.88% | - |
| XYZ | 59.87 | 69.94 | 32.9 | - |
| YUV | 211.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 134 | 0.03 | 0 | 0.40 | 0.12 | 64 | 0.59 | 0.7 |
| Hex | DA | E0 | 86 | 3 | 0 | 28 | C | 40 | 3B | 46 |
| Octal | 332 | 340 | 206 | 3 | 0 | 50 | 14 | 100 | 73 | 106 |
| Binary | 11011010 | 11100000 | 10000110 | 11 | 0 | 101000 | 1100 | 1000000 | 111011 | 1000110 |
Color Harmonies of #DAE086
Complementary color
Monochromatic Colors of #DAE086
Black with #DAE086
Text Example
Text Example
White with #DAE086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE086; }
p { color: rgb(218,224,134); }
H1.HeaderClassName
{
color: #DAE086;
}
.AnyTagClassName
{
color: #DAE086;
}
</style>
background-color css
<style>
a { background-color: #DAE086; }
a { background-color: rgb(218,224,134); }
div.DivClassName
{
background-color: #DAE086;
}
.BgClassName
{
background-color: #DAE086;
}
</style>
border-color css
<style>
span { border-color: #DAE086; }
span { border-color: rgb(218,224,134); }
td.TdClassName
{
border-color: #DAE086;
}
.TagClassName
{
border-color: #DAE086;
}
</style>