Shades of Primrose #DAE49B
Tints of Primrose #DAE49B
RGB
CMYK
RGB Variations
Color information
#DAE49B (or 0xDAE49B) is known color: Primrose. HEX triplet: DA, E4 and 9B. RGB value is (218,228,155). Sum of RGB (Red+Green+Blue) = 218+228+155=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE49B is #251B64. Grayscale: #D8D8D8. Windows color (decimal): -2431845 or 10216666. OLE color: 10216666.
HSL color Cylindrical-coordinate representation of color #DAE49B: hue angle of 68.22º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE49B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 155 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 68.22º | 0.57% | 0.75% | - |
| HSV(B) | 68.22º | 0.32% | 0.89% | - |
| XYZ | 62.57 | 72.76 | 41.76 | - |
| YUV | 216.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 155 | 0.04 | 0 | 0.32 | 0.11 | 68.22 | 0.57 | 0.75 |
| Hex | DA | E4 | 9B | 4 | 0 | 20 | B | 44 | 39 | 4B |
| Octal | 332 | 344 | 233 | 4 | 0 | 40 | 13 | 104 | 71 | 113 |
| Binary | 11011010 | 11100100 | 10011011 | 100 | 0 | 100000 | 1011 | 1000100 | 111001 | 1001011 |
Color Harmonies of #DAE49B
Complementary color
Monochromatic Colors of #DAE49B
Black with #DAE49B
Text Example
Text Example
White with #DAE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE49B; }
p { color: rgb(218,228,155); }
H1.HeaderClassName
{
color: #DAE49B;
}
.AnyTagClassName
{
color: #DAE49B;
}
</style>
background-color css
<style>
a { background-color: #DAE49B; }
a { background-color: rgb(218,228,155); }
div.DivClassName
{
background-color: #DAE49B;
}
.BgClassName
{
background-color: #DAE49B;
}
</style>
border-color css
<style>
span { border-color: #DAE49B; }
span { border-color: rgb(218,228,155); }
td.TdClassName
{
border-color: #DAE49B;
}
.TagClassName
{
border-color: #DAE49B;
}
</style>