Shades of Primrose #DAE39A
Tints of Primrose #DAE39A
RGB
CMYK
RGB Variations
Color information
#DAE39A (or 0xDAE39A) is known color: Primrose. HEX triplet: DA, E3 and 9A. RGB value is (218,227,154). Sum of RGB (Red+Green+Blue) = 218+227+154=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 154 (60.55% from 255 or 25.71% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE39A is #251C65. Grayscale: #D8D8D8. Windows color (decimal): -2432102 or 10150874. OLE color: 10150874.
HSL color Cylindrical-coordinate representation of color #DAE39A: hue angle of 67.4º 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 #DAE39A is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 154 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 67.4º | 0.57% | 0.75% | - |
| HSV(B) | 67.4º | 0.32% | 0.89% | - |
| XYZ | 62.22 | 72.18 | 41.22 | - |
| YUV | 215.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 154 | 0.04 | 0 | 0.32 | 0.11 | 67.4 | 0.57 | 0.75 |
| Hex | DA | E3 | 9A | 4 | 0 | 20 | B | 43 | 39 | 4B |
| Octal | 332 | 343 | 232 | 4 | 0 | 40 | 13 | 103 | 71 | 113 |
| Binary | 11011010 | 11100011 | 10011010 | 100 | 0 | 100000 | 1011 | 1000011 | 111001 | 1001011 |
Color Harmonies of #DAE39A
Complementary color
Monochromatic Colors of #DAE39A
Black with #DAE39A
Text Example
Text Example
White with #DAE39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE39A; }
p { color: rgb(218,227,154); }
H1.HeaderClassName
{
color: #DAE39A;
}
.AnyTagClassName
{
color: #DAE39A;
}
</style>
background-color css
<style>
a { background-color: #DAE39A; }
a { background-color: rgb(218,227,154); }
div.DivClassName
{
background-color: #DAE39A;
}
.BgClassName
{
background-color: #DAE39A;
}
</style>
border-color css
<style>
span { border-color: #DAE39A; }
span { border-color: rgb(218,227,154); }
td.TdClassName
{
border-color: #DAE39A;
}
.TagClassName
{
border-color: #DAE39A;
}
</style>