Shades of Primrose #DAE08A
Tints of Primrose #DAE08A
RGB
CMYK
RGB Variations
Color information
#DAE08A (or 0xDAE08A) is known color: Primrose. HEX triplet: DA, E0 and 8A. RGB value is (218,224,138). Sum of RGB (Red+Green+Blue) = 218+224+138=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE08A is #251F75. Grayscale: #D4D4D4. Windows color (decimal): -2432886 or 9101530. OLE color: 9101530.
HSL color Cylindrical-coordinate representation of color #DAE08A: hue angle of 64.19º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE08A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 138 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.12 |
| HSL | 64.19º | 0.58% | 0.71% | - |
| HSV(B) | 64.19º | 0.38% | 0.88% | - |
| XYZ | 60.16 | 70.05 | 34.4 | - |
| YUV | 212.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 138 | 0.03 | 0 | 0.38 | 0.12 | 64.19 | 0.58 | 0.71 |
| Hex | DA | E0 | 8A | 3 | 0 | 26 | C | 40 | 3A | 47 |
| Octal | 332 | 340 | 212 | 3 | 0 | 46 | 14 | 100 | 72 | 107 |
| Binary | 11011010 | 11100000 | 10001010 | 11 | 0 | 100110 | 1100 | 1000000 | 111010 | 1000111 |
Color Harmonies of #DAE08A
Complementary color
Monochromatic Colors of #DAE08A
Black with #DAE08A
Text Example
Text Example
White with #DAE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE08A; }
p { color: rgb(218,224,138); }
H1.HeaderClassName
{
color: #DAE08A;
}
.AnyTagClassName
{
color: #DAE08A;
}
</style>
background-color css
<style>
a { background-color: #DAE08A; }
a { background-color: rgb(218,224,138); }
div.DivClassName
{
background-color: #DAE08A;
}
.BgClassName
{
background-color: #DAE08A;
}
</style>
border-color css
<style>
span { border-color: #DAE08A; }
span { border-color: rgb(218,224,138); }
td.TdClassName
{
border-color: #DAE08A;
}
.TagClassName
{
border-color: #DAE08A;
}
</style>