Shades of Primrose #DAE389
Tints of Primrose #DAE389
RGB
CMYK
RGB Variations
Color information
#DAE389 (or 0xDAE389) is known color: Primrose. HEX triplet: DA, E3 and 89. RGB value is (218,227,137). Sum of RGB (Red+Green+Blue) = 218+227+137=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 137 (53.91% from 255 or 23.54% from 582); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE389 is #251C76. Grayscale: #D6D6D6. Windows color (decimal): -2432119 or 9036762. OLE color: 9036762.
HSL color Cylindrical-coordinate representation of color #DAE389: hue angle of 66º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE389 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 137 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 66º | 0.62% | 0.71% | - |
| HSV(B) | 66º | 0.4% | 0.89% | - |
| XYZ | 60.9 | 71.65 | 34.29 | - |
| YUV | 214.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 137 | 0.04 | 0 | 0.40 | 0.11 | 66 | 0.62 | 0.71 |
| Hex | DA | E3 | 89 | 4 | 0 | 28 | B | 42 | 3E | 47 |
| Octal | 332 | 343 | 211 | 4 | 0 | 50 | 13 | 102 | 76 | 107 |
| Binary | 11011010 | 11100011 | 10001001 | 100 | 0 | 101000 | 1011 | 1000010 | 111110 | 1000111 |
Color Harmonies of #DAE389
Complementary color
Monochromatic Colors of #DAE389
Black with #DAE389
Text Example
Text Example
White with #DAE389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE389; }
p { color: rgb(218,227,137); }
H1.HeaderClassName
{
color: #DAE389;
}
.AnyTagClassName
{
color: #DAE389;
}
</style>
background-color css
<style>
a { background-color: #DAE389; }
a { background-color: rgb(218,227,137); }
div.DivClassName
{
background-color: #DAE389;
}
.BgClassName
{
background-color: #DAE389;
}
</style>
border-color css
<style>
span { border-color: #DAE389; }
span { border-color: rgb(218,227,137); }
td.TdClassName
{
border-color: #DAE389;
}
.TagClassName
{
border-color: #DAE389;
}
</style>