Shades of Primrose #DAE185
Tints of Primrose #DAE185
RGB
CMYK
RGB Variations
Color information
#DAE185 (or 0xDAE185) is known color: Primrose. HEX triplet: DA, E1 and 85. RGB value is (218,225,133). Sum of RGB (Red+Green+Blue) = 218+225+133=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE185 is #251E7A. Grayscale: #D4D4D4. Windows color (decimal): -2432635 or 8774106. OLE color: 8774106.
HSL color Cylindrical-coordinate representation of color #DAE185: hue angle of 64.57º 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 #DAE185 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 133 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.12 |
| HSL | 64.57º | 0.61% | 0.7% | - |
| HSV(B) | 64.57º | 0.41% | 0.88% | - |
| XYZ | 60.07 | 70.45 | 32.62 | - |
| YUV | 212.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 133 | 0.03 | 0 | 0.41 | 0.12 | 64.57 | 0.61 | 0.7 |
| Hex | DA | E1 | 85 | 3 | 0 | 29 | C | 41 | 3D | 46 |
| Octal | 332 | 341 | 205 | 3 | 0 | 51 | 14 | 101 | 75 | 106 |
| Binary | 11011010 | 11100001 | 10000101 | 11 | 0 | 101001 | 1100 | 1000001 | 111101 | 1000110 |
Color Harmonies of #DAE185
Complementary color
Monochromatic Colors of #DAE185
Black with #DAE185
Text Example
Text Example
White with #DAE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE185; }
p { color: rgb(218,225,133); }
H1.HeaderClassName
{
color: #DAE185;
}
.AnyTagClassName
{
color: #DAE185;
}
</style>
background-color css
<style>
a { background-color: #DAE185; }
a { background-color: rgb(218,225,133); }
div.DivClassName
{
background-color: #DAE185;
}
.BgClassName
{
background-color: #DAE185;
}
</style>
border-color css
<style>
span { border-color: #DAE185; }
span { border-color: rgb(218,225,133); }
td.TdClassName
{
border-color: #DAE185;
}
.TagClassName
{
border-color: #DAE185;
}
</style>