Shades of Primrose #DAE888
Tints of Primrose #DAE888
RGB
CMYK
RGB Variations
Color information
#DAE888 (or 0xDAE888) is known color: Primrose. HEX triplet: DA, E8 and 88. RGB value is (218,232,136). Sum of RGB (Red+Green+Blue) = 218+232+136=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE888 is #251777. Grayscale: #D9D9D9. Windows color (decimal): -2430840 or 8972506. OLE color: 8972506.
HSL color Cylindrical-coordinate representation of color #DAE888: hue angle of 68.75º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE888 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 136 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 68.75º | 0.68% | 0.72% | - |
| HSV(B) | 68.75º | 0.41% | 0.91% | - |
| XYZ | 62.21 | 74.4 | 34.37 | - |
| YUV | 216.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 136 | 0.06 | 0 | 0.41 | 0.09 | 68.75 | 0.68 | 0.72 |
| Hex | DA | E8 | 88 | 6 | 0 | 29 | 9 | 45 | 44 | 48 |
| Octal | 332 | 350 | 210 | 6 | 0 | 51 | 11 | 105 | 104 | 110 |
| Binary | 11011010 | 11101000 | 10001000 | 110 | 0 | 101001 | 1001 | 1000101 | 1000100 | 1001000 |
Color Harmonies of #DAE888
Complementary color
Monochromatic Colors of #DAE888
Black with #DAE888
Text Example
Text Example
White with #DAE888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE888; }
p { color: rgb(218,232,136); }
H1.HeaderClassName
{
color: #DAE888;
}
.AnyTagClassName
{
color: #DAE888;
}
</style>
background-color css
<style>
a { background-color: #DAE888; }
a { background-color: rgb(218,232,136); }
div.DivClassName
{
background-color: #DAE888;
}
.BgClassName
{
background-color: #DAE888;
}
</style>
border-color css
<style>
span { border-color: #DAE888; }
span { border-color: rgb(218,232,136); }
td.TdClassName
{
border-color: #DAE888;
}
.TagClassName
{
border-color: #DAE888;
}
</style>