Shades of Primrose #DAE29C
Tints of Primrose #DAE29C
RGB
CMYK
RGB Variations
Color information
#DAE29C (or 0xDAE29C) is known color: Primrose. HEX triplet: DA, E2 and 9C. RGB value is (218,226,156). Sum of RGB (Red+Green+Blue) = 218+226+156=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE29C is #251D63. Grayscale: #D7D7D7. Windows color (decimal): -2432356 or 10281690. OLE color: 10281690.
HSL color Cylindrical-coordinate representation of color #DAE29C: hue angle of 66.86º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE29C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 156 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 66.86º | 0.55% | 0.75% | - |
| HSV(B) | 66.86º | 0.31% | 0.89% | - |
| XYZ | 62.11 | 71.7 | 42.02 | - |
| YUV | 215.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 156 | 0.04 | 0 | 0.31 | 0.11 | 66.86 | 0.55 | 0.75 |
| Hex | DA | E2 | 9C | 4 | 0 | 1F | B | 43 | 37 | 4B |
| Octal | 332 | 342 | 234 | 4 | 0 | 37 | 13 | 103 | 67 | 113 |
| Binary | 11011010 | 11100010 | 10011100 | 100 | 0 | 11111 | 1011 | 1000011 | 110111 | 1001011 |
Color Harmonies of #DAE29C
Complementary color
Monochromatic Colors of #DAE29C
Black with #DAE29C
Text Example
Text Example
White with #DAE29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE29C; }
p { color: rgb(218,226,156); }
H1.HeaderClassName
{
color: #DAE29C;
}
.AnyTagClassName
{
color: #DAE29C;
}
</style>
background-color css
<style>
a { background-color: #DAE29C; }
a { background-color: rgb(218,226,156); }
div.DivClassName
{
background-color: #DAE29C;
}
.BgClassName
{
background-color: #DAE29C;
}
</style>
border-color css
<style>
span { border-color: #DAE29C; }
span { border-color: rgb(218,226,156); }
td.TdClassName
{
border-color: #DAE29C;
}
.TagClassName
{
border-color: #DAE29C;
}
</style>