Shades of Primrose #DAE88B
Tints of Primrose #DAE88B
RGB
CMYK
RGB Variations
Color information
#DAE88B (or 0xDAE88B) is known color: Primrose. HEX triplet: DA, E8 and 8B. RGB value is (218,232,139). Sum of RGB (Red+Green+Blue) = 218+232+139=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE88B is #251774. Grayscale: #D9D9D9. Windows color (decimal): -2430837 or 9169114. OLE color: 9169114.
HSL color Cylindrical-coordinate representation of color #DAE88B: hue angle of 69.03º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAE88B is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 139 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.09 |
| HSL | 69.03º | 0.67% | 0.73% | - |
| HSV(B) | 69.03º | 0.4% | 0.91% | - |
| XYZ | 62.43 | 74.48 | 35.51 | - |
| YUV | 217.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 139 | 0.06 | 0 | 0.40 | 0.09 | 69.03 | 0.67 | 0.73 |
| Hex | DA | E8 | 8B | 6 | 0 | 28 | 9 | 45 | 43 | 49 |
| Octal | 332 | 350 | 213 | 6 | 0 | 50 | 11 | 105 | 103 | 111 |
| Binary | 11011010 | 11101000 | 10001011 | 110 | 0 | 101000 | 1001 | 1000101 | 1000011 | 1001001 |
Color Harmonies of #DAE88B
Complementary color
Monochromatic Colors of #DAE88B
Black with #DAE88B
Text Example
Text Example
White with #DAE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE88B; }
p { color: rgb(218,232,139); }
H1.HeaderClassName
{
color: #DAE88B;
}
.AnyTagClassName
{
color: #DAE88B;
}
</style>
background-color css
<style>
a { background-color: #DAE88B; }
a { background-color: rgb(218,232,139); }
div.DivClassName
{
background-color: #DAE88B;
}
.BgClassName
{
background-color: #DAE88B;
}
</style>
border-color css
<style>
span { border-color: #DAE88B; }
span { border-color: rgb(218,232,139); }
td.TdClassName
{
border-color: #DAE88B;
}
.TagClassName
{
border-color: #DAE88B;
}
</style>