Shades of Primrose #DAE18B
Tints of Primrose #DAE18B
RGB
CMYK
RGB Variations
Color information
#DAE18B (or 0xDAE18B) is known color: Primrose. HEX triplet: DA, E1 and 8B. RGB value is (218,225,139). Sum of RGB (Red+Green+Blue) = 218+225+139=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE18B is #251E74. Grayscale: #D5D5D5. Windows color (decimal): -2432629 or 9167322. OLE color: 9167322.
HSL color Cylindrical-coordinate representation of color #DAE18B: hue angle of 64.88º degrees, saturation: 0.59, 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 #DAE18B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 139 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.12 |
| HSL | 64.88º | 0.59% | 0.71% | - |
| HSV(B) | 64.88º | 0.38% | 0.88% | - |
| XYZ | 60.5 | 70.62 | 34.87 | - |
| YUV | 213.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 139 | 0.03 | 0 | 0.38 | 0.12 | 64.88 | 0.59 | 0.71 |
| Hex | DA | E1 | 8B | 3 | 0 | 26 | C | 41 | 3B | 47 |
| Octal | 332 | 341 | 213 | 3 | 0 | 46 | 14 | 101 | 73 | 107 |
| Binary | 11011010 | 11100001 | 10001011 | 11 | 0 | 100110 | 1100 | 1000001 | 111011 | 1000111 |
Color Harmonies of #DAE18B
Complementary color
Monochromatic Colors of #DAE18B
Black with #DAE18B
Text Example
Text Example
White with #DAE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE18B; }
p { color: rgb(218,225,139); }
H1.HeaderClassName
{
color: #DAE18B;
}
.AnyTagClassName
{
color: #DAE18B;
}
</style>
background-color css
<style>
a { background-color: #DAE18B; }
a { background-color: rgb(218,225,139); }
div.DivClassName
{
background-color: #DAE18B;
}
.BgClassName
{
background-color: #DAE18B;
}
</style>
border-color css
<style>
span { border-color: #DAE18B; }
span { border-color: rgb(218,225,139); }
td.TdClassName
{
border-color: #DAE18B;
}
.TagClassName
{
border-color: #DAE18B;
}
</style>