Shades of Primrose #DAE184
Tints of Primrose #DAE184
RGB
CMYK
RGB Variations
Color information
#DAE184 (or 0xDAE184) is known color: Primrose. HEX triplet: DA, E1 and 84. RGB value is (218,225,132). Sum of RGB (Red+Green+Blue) = 218+225+132=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE184 is #251E7B. Grayscale: #D4D4D4. Windows color (decimal): -2432636 or 8708570. OLE color: 8708570.
HSL color Cylindrical-coordinate representation of color #DAE184: hue angle of 64.52º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE184 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 132 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.12 |
| HSL | 64.52º | 0.61% | 0.7% | - |
| HSV(B) | 64.52º | 0.41% | 0.88% | - |
| XYZ | 60 | 70.42 | 32.26 | - |
| YUV | 212.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 132 | 0.03 | 0 | 0.41 | 0.12 | 64.52 | 0.61 | 0.7 |
| Hex | DA | E1 | 84 | 3 | 0 | 29 | C | 41 | 3D | 46 |
| Octal | 332 | 341 | 204 | 3 | 0 | 51 | 14 | 101 | 75 | 106 |
| Binary | 11011010 | 11100001 | 10000100 | 11 | 0 | 101001 | 1100 | 1000001 | 111101 | 1000110 |
Color Harmonies of #DAE184
Complementary color
Monochromatic Colors of #DAE184
Black with #DAE184
Text Example
Text Example
White with #DAE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE184; }
p { color: rgb(218,225,132); }
H1.HeaderClassName
{
color: #DAE184;
}
.AnyTagClassName
{
color: #DAE184;
}
</style>
background-color css
<style>
a { background-color: #DAE184; }
a { background-color: rgb(218,225,132); }
div.DivClassName
{
background-color: #DAE184;
}
.BgClassName
{
background-color: #DAE184;
}
</style>
border-color css
<style>
span { border-color: #DAE184; }
span { border-color: rgb(218,225,132); }
td.TdClassName
{
border-color: #DAE184;
}
.TagClassName
{
border-color: #DAE184;
}
</style>