Shades of Primrose #DAE099
Tints of Primrose #DAE099
RGB
CMYK
RGB Variations
Color information
#DAE099 (or 0xDAE099) is known color: Primrose. HEX triplet: DA, E0 and 99. RGB value is (218,224,153). Sum of RGB (Red+Green+Blue) = 218+224+153=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE099 is #251F66. Grayscale: #D6D6D6. Windows color (decimal): -2432871 or 10084570. OLE color: 10084570.
HSL color Cylindrical-coordinate representation of color #DAE099: hue angle of 65.07º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAE099 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 153 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.12 |
| HSL | 65.07º | 0.53% | 0.74% | - |
| HSV(B) | 65.07º | 0.32% | 0.88% | - |
| XYZ | 61.32 | 70.52 | 40.52 | - |
| YUV | 214.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 153 | 0.03 | 0 | 0.32 | 0.12 | 65.07 | 0.53 | 0.74 |
| Hex | DA | E0 | 99 | 3 | 0 | 20 | C | 41 | 35 | 4A |
| Octal | 332 | 340 | 231 | 3 | 0 | 40 | 14 | 101 | 65 | 112 |
| Binary | 11011010 | 11100000 | 10011001 | 11 | 0 | 100000 | 1100 | 1000001 | 110101 | 1001010 |
Color Harmonies of #DAE099
Complementary color
Monochromatic Colors of #DAE099
Black with #DAE099
Text Example
Text Example
White with #DAE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE099; }
p { color: rgb(218,224,153); }
H1.HeaderClassName
{
color: #DAE099;
}
.AnyTagClassName
{
color: #DAE099;
}
</style>
background-color css
<style>
a { background-color: #DAE099; }
a { background-color: rgb(218,224,153); }
div.DivClassName
{
background-color: #DAE099;
}
.BgClassName
{
background-color: #DAE099;
}
</style>
border-color css
<style>
span { border-color: #DAE099; }
span { border-color: rgb(218,224,153); }
td.TdClassName
{
border-color: #DAE099;
}
.TagClassName
{
border-color: #DAE099;
}
</style>