Shades of Primrose #DAE19C
Tints of Primrose #DAE19C
RGB
CMYK
RGB Variations
Color information
#DAE19C (or 0xDAE19C) is known color: Primrose. HEX triplet: DA, E1 and 9C. RGB value is (218,225,156). Sum of RGB (Red+Green+Blue) = 218+225+156=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE19C is #251E63. Grayscale: #D7D7D7. Windows color (decimal): -2432612 or 10281434. OLE color: 10281434.
HSL color Cylindrical-coordinate representation of color #DAE19C: hue angle of 66.09º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE19C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 156 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.12 |
| HSL | 66.09º | 0.53% | 0.75% | - |
| HSV(B) | 66.09º | 0.31% | 0.88% | - |
| XYZ | 61.84 | 71.16 | 41.93 | - |
| YUV | 215.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 156 | 0.03 | 0 | 0.31 | 0.12 | 66.09 | 0.53 | 0.75 |
| Hex | DA | E1 | 9C | 3 | 0 | 1F | C | 42 | 35 | 4B |
| Octal | 332 | 341 | 234 | 3 | 0 | 37 | 14 | 102 | 65 | 113 |
| Binary | 11011010 | 11100001 | 10011100 | 11 | 0 | 11111 | 1100 | 1000010 | 110101 | 1001011 |
Color Harmonies of #DAE19C
Complementary color
Monochromatic Colors of #DAE19C
Black with #DAE19C
Text Example
Text Example
White with #DAE19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE19C; }
p { color: rgb(218,225,156); }
H1.HeaderClassName
{
color: #DAE19C;
}
.AnyTagClassName
{
color: #DAE19C;
}
</style>
background-color css
<style>
a { background-color: #DAE19C; }
a { background-color: rgb(218,225,156); }
div.DivClassName
{
background-color: #DAE19C;
}
.BgClassName
{
background-color: #DAE19C;
}
</style>
border-color css
<style>
span { border-color: #DAE19C; }
span { border-color: rgb(218,225,156); }
td.TdClassName
{
border-color: #DAE19C;
}
.TagClassName
{
border-color: #DAE19C;
}
</style>