Shades of Primrose #DAE089
Tints of Primrose #DAE089
RGB
CMYK
RGB Variations
Color information
#DAE089 (or 0xDAE089) is known color: Primrose. HEX triplet: DA, E0 and 89. RGB value is (218,224,137). Sum of RGB (Red+Green+Blue) = 218+224+137=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 137 (53.91% from 255 or 23.66% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE089 is #251F76. Grayscale: #D4D4D4. Windows color (decimal): -2432887 or 9035994. OLE color: 9035994.
HSL color Cylindrical-coordinate representation of color #DAE089: hue angle of 64.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAE089 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 137 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.12 |
| HSL | 64.14º | 0.58% | 0.71% | - |
| HSV(B) | 64.14º | 0.39% | 0.88% | - |
| XYZ | 60.08 | 70.02 | 34.02 | - |
| YUV | 212.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 137 | 0.03 | 0 | 0.39 | 0.12 | 64.14 | 0.58 | 0.71 |
| Hex | DA | E0 | 89 | 3 | 0 | 27 | C | 40 | 3A | 47 |
| Octal | 332 | 340 | 211 | 3 | 0 | 47 | 14 | 100 | 72 | 107 |
| Binary | 11011010 | 11100000 | 10001001 | 11 | 0 | 100111 | 1100 | 1000000 | 111010 | 1000111 |
Color Harmonies of #DAE089
Complementary color
Monochromatic Colors of #DAE089
Black with #DAE089
Text Example
Text Example
White with #DAE089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE089; }
p { color: rgb(218,224,137); }
H1.HeaderClassName
{
color: #DAE089;
}
.AnyTagClassName
{
color: #DAE089;
}
</style>
background-color css
<style>
a { background-color: #DAE089; }
a { background-color: rgb(218,224,137); }
div.DivClassName
{
background-color: #DAE089;
}
.BgClassName
{
background-color: #DAE089;
}
</style>
border-color css
<style>
span { border-color: #DAE089; }
span { border-color: rgb(218,224,137); }
td.TdClassName
{
border-color: #DAE089;
}
.TagClassName
{
border-color: #DAE089;
}
</style>