Shades of Primrose #DAE284
Tints of Primrose #DAE284
RGB
CMYK
RGB Variations
Color information
#DAE284 (or 0xDAE284) is known color: Primrose. HEX triplet: DA, E2 and 84. RGB value is (218,226,132). Sum of RGB (Red+Green+Blue) = 218+226+132=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE284 is #251D7B. Grayscale: #D5D5D5. Windows color (decimal): -2432380 or 8708826. OLE color: 8708826.
HSL color Cylindrical-coordinate representation of color #DAE284: hue angle of 65.11º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAE284 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 132 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65.11º | 0.62% | 0.7% | - |
| HSV(B) | 65.11º | 0.42% | 0.89% | - |
| XYZ | 60.27 | 70.96 | 32.35 | - |
| YUV | 212.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 132 | 0.04 | 0 | 0.42 | 0.11 | 65.11 | 0.62 | 0.7 |
| Hex | DA | E2 | 84 | 4 | 0 | 2A | B | 41 | 3E | 46 |
| Octal | 332 | 342 | 204 | 4 | 0 | 52 | 13 | 101 | 76 | 106 |
| Binary | 11011010 | 11100010 | 10000100 | 100 | 0 | 101010 | 1011 | 1000001 | 111110 | 1000110 |
Color Harmonies of #DAE284
Complementary color
Monochromatic Colors of #DAE284
Black with #DAE284
Text Example
Text Example
White with #DAE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE284; }
p { color: rgb(218,226,132); }
H1.HeaderClassName
{
color: #DAE284;
}
.AnyTagClassName
{
color: #DAE284;
}
</style>
background-color css
<style>
a { background-color: #DAE284; }
a { background-color: rgb(218,226,132); }
div.DivClassName
{
background-color: #DAE284;
}
.BgClassName
{
background-color: #DAE284;
}
</style>
border-color css
<style>
span { border-color: #DAE284; }
span { border-color: rgb(218,226,132); }
td.TdClassName
{
border-color: #DAE284;
}
.TagClassName
{
border-color: #DAE284;
}
</style>