Shades of Primrose #DAE289
Tints of Primrose #DAE289
RGB
CMYK
RGB Variations
Color information
#DAE289 (or 0xDAE289) is known color: Primrose. HEX triplet: DA, E2 and 89. RGB value is (218,226,137). Sum of RGB (Red+Green+Blue) = 218+226+137=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE289 is #251D76. Grayscale: #D5D5D5. Windows color (decimal): -2432375 or 9036506. OLE color: 9036506.
HSL color Cylindrical-coordinate representation of color #DAE289: hue angle of 65.39º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DAE289 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 137 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.11 |
| HSL | 65.39º | 0.61% | 0.71% | - |
| HSV(B) | 65.39º | 0.39% | 0.89% | - |
| XYZ | 60.63 | 71.1 | 34.2 | - |
| YUV | 213.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 137 | 0.04 | 0 | 0.39 | 0.11 | 65.39 | 0.61 | 0.71 |
| Hex | DA | E2 | 89 | 4 | 0 | 27 | B | 41 | 3D | 47 |
| Octal | 332 | 342 | 211 | 4 | 0 | 47 | 13 | 101 | 75 | 107 |
| Binary | 11011010 | 11100010 | 10001001 | 100 | 0 | 100111 | 1011 | 1000001 | 111101 | 1000111 |
Color Harmonies of #DAE289
Complementary color
Monochromatic Colors of #DAE289
Black with #DAE289
Text Example
Text Example
White with #DAE289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE289; }
p { color: rgb(218,226,137); }
H1.HeaderClassName
{
color: #DAE289;
}
.AnyTagClassName
{
color: #DAE289;
}
</style>
background-color css
<style>
a { background-color: #DAE289; }
a { background-color: rgb(218,226,137); }
div.DivClassName
{
background-color: #DAE289;
}
.BgClassName
{
background-color: #DAE289;
}
</style>
border-color css
<style>
span { border-color: #DAE289; }
span { border-color: rgb(218,226,137); }
td.TdClassName
{
border-color: #DAE289;
}
.TagClassName
{
border-color: #DAE289;
}
</style>