Shades of Primrose #DAE385
Tints of Primrose #DAE385
RGB
CMYK
RGB Variations
Color information
#DAE385 (or 0xDAE385) is known color: Primrose. HEX triplet: DA, E3 and 85. RGB value is (218,227,133). Sum of RGB (Red+Green+Blue) = 218+227+133=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE385 is #251C7A. Grayscale: #D5D5D5. Windows color (decimal): -2432123 or 8774618. OLE color: 8774618.
HSL color Cylindrical-coordinate representation of color #DAE385: hue angle of 65.74º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAE385 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 133 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.11 |
| HSL | 65.74º | 0.63% | 0.71% | - |
| HSV(B) | 65.74º | 0.41% | 0.89% | - |
| XYZ | 60.62 | 71.54 | 32.8 | - |
| YUV | 213.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 133 | 0.04 | 0 | 0.41 | 0.11 | 65.74 | 0.63 | 0.71 |
| Hex | DA | E3 | 85 | 4 | 0 | 29 | B | 42 | 3F | 47 |
| Octal | 332 | 343 | 205 | 4 | 0 | 51 | 13 | 102 | 77 | 107 |
| Binary | 11011010 | 11100011 | 10000101 | 100 | 0 | 101001 | 1011 | 1000010 | 111111 | 1000111 |
Color Harmonies of #DAE385
Complementary color
Monochromatic Colors of #DAE385
Black with #DAE385
Text Example
Text Example
White with #DAE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE385; }
p { color: rgb(218,227,133); }
H1.HeaderClassName
{
color: #DAE385;
}
.AnyTagClassName
{
color: #DAE385;
}
</style>
background-color css
<style>
a { background-color: #DAE385; }
a { background-color: rgb(218,227,133); }
div.DivClassName
{
background-color: #DAE385;
}
.BgClassName
{
background-color: #DAE385;
}
</style>
border-color css
<style>
span { border-color: #DAE385; }
span { border-color: rgb(218,227,133); }
td.TdClassName
{
border-color: #DAE385;
}
.TagClassName
{
border-color: #DAE385;
}
</style>