Shades of Primrose #DAE19A
Tints of Primrose #DAE19A
RGB
CMYK
RGB Variations
Color information
#DAE19A (or 0xDAE19A) is known color: Primrose. HEX triplet: DA, E1 and 9A. RGB value is (218,225,154). Sum of RGB (Red+Green+Blue) = 218+225+154=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE19A is #251E65. Grayscale: #D7D7D7. Windows color (decimal): -2432614 or 10150362. OLE color: 10150362.
HSL color Cylindrical-coordinate representation of color #DAE19A: hue angle of 65.92º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE19A is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 154 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.12 |
| HSL | 65.92º | 0.54% | 0.74% | - |
| HSV(B) | 65.92º | 0.32% | 0.88% | - |
| XYZ | 61.67 | 71.09 | 41.04 | - |
| YUV | 214.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 154 | 0.03 | 0 | 0.32 | 0.12 | 65.92 | 0.54 | 0.74 |
| Hex | DA | E1 | 9A | 3 | 0 | 20 | C | 42 | 36 | 4A |
| Octal | 332 | 341 | 232 | 3 | 0 | 40 | 14 | 102 | 66 | 112 |
| Binary | 11011010 | 11100001 | 10011010 | 11 | 0 | 100000 | 1100 | 1000010 | 110110 | 1001010 |
Color Harmonies of #DAE19A
Complementary color
Monochromatic Colors of #DAE19A
Black with #DAE19A
Text Example
Text Example
White with #DAE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE19A; }
p { color: rgb(218,225,154); }
H1.HeaderClassName
{
color: #DAE19A;
}
.AnyTagClassName
{
color: #DAE19A;
}
</style>
background-color css
<style>
a { background-color: #DAE19A; }
a { background-color: rgb(218,225,154); }
div.DivClassName
{
background-color: #DAE19A;
}
.BgClassName
{
background-color: #DAE19A;
}
</style>
border-color css
<style>
span { border-color: #DAE19A; }
span { border-color: rgb(218,225,154); }
td.TdClassName
{
border-color: #DAE19A;
}
.TagClassName
{
border-color: #DAE19A;
}
</style>