Shades of Primrose #DAE388
Tints of Primrose #DAE388
RGB
CMYK
RGB Variations
Color information
#DAE388 (or 0xDAE388) is known color: Primrose. HEX triplet: DA, E3 and 88. RGB value is (218,227,136). Sum of RGB (Red+Green+Blue) = 218+227+136=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE388 is #251C77. Grayscale: #D6D6D6. Windows color (decimal): -2432120 or 8971226. OLE color: 8971226.
HSL color Cylindrical-coordinate representation of color #DAE388: hue angle of 65.93º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE388 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 136 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 65.93º | 0.62% | 0.71% | - |
| HSV(B) | 65.93º | 0.4% | 0.89% | - |
| XYZ | 60.83 | 71.62 | 33.91 | - |
| YUV | 213.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 136 | 0.04 | 0 | 0.40 | 0.11 | 65.93 | 0.62 | 0.71 |
| Hex | DA | E3 | 88 | 4 | 0 | 28 | B | 42 | 3E | 47 |
| Octal | 332 | 343 | 210 | 4 | 0 | 50 | 13 | 102 | 76 | 107 |
| Binary | 11011010 | 11100011 | 10001000 | 100 | 0 | 101000 | 1011 | 1000010 | 111110 | 1000111 |
Color Harmonies of #DAE388
Complementary color
Monochromatic Colors of #DAE388
Black with #DAE388
Text Example
Text Example
White with #DAE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE388; }
p { color: rgb(218,227,136); }
H1.HeaderClassName
{
color: #DAE388;
}
.AnyTagClassName
{
color: #DAE388;
}
</style>
background-color css
<style>
a { background-color: #DAE388; }
a { background-color: rgb(218,227,136); }
div.DivClassName
{
background-color: #DAE388;
}
.BgClassName
{
background-color: #DAE388;
}
</style>
border-color css
<style>
span { border-color: #DAE388; }
span { border-color: rgb(218,227,136); }
td.TdClassName
{
border-color: #DAE388;
}
.TagClassName
{
border-color: #DAE388;
}
</style>