Shades of Primrose #DAE38E
Tints of Primrose #DAE38E
RGB
CMYK
RGB Variations
Color information
#DAE38E (or 0xDAE38E) is known color: Primrose. HEX triplet: DA, E3 and 8E. RGB value is (218,227,142). Sum of RGB (Red+Green+Blue) = 218+227+142=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE38E is #251C71. Grayscale: #D6D6D6. Windows color (decimal): -2432114 or 9364442. OLE color: 9364442.
HSL color Cylindrical-coordinate representation of color #DAE38E: hue angle of 66.35º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE38E is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 142 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.11 |
| HSL | 66.35º | 0.6% | 0.72% | - |
| HSV(B) | 66.35º | 0.37% | 0.89% | - |
| XYZ | 61.27 | 71.8 | 36.22 | - |
| YUV | 214.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 142 | 0.04 | 0 | 0.37 | 0.11 | 66.35 | 0.6 | 0.72 |
| Hex | DA | E3 | 8E | 4 | 0 | 25 | B | 42 | 3C | 48 |
| Octal | 332 | 343 | 216 | 4 | 0 | 45 | 13 | 102 | 74 | 110 |
| Binary | 11011010 | 11100011 | 10001110 | 100 | 0 | 100101 | 1011 | 1000010 | 111100 | 1001000 |
Color Harmonies of #DAE38E
Complementary color
Monochromatic Colors of #DAE38E
Black with #DAE38E
Text Example
Text Example
White with #DAE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE38E; }
p { color: rgb(218,227,142); }
H1.HeaderClassName
{
color: #DAE38E;
}
.AnyTagClassName
{
color: #DAE38E;
}
</style>
background-color css
<style>
a { background-color: #DAE38E; }
a { background-color: rgb(218,227,142); }
div.DivClassName
{
background-color: #DAE38E;
}
.BgClassName
{
background-color: #DAE38E;
}
</style>
border-color css
<style>
span { border-color: #DAE38E; }
span { border-color: rgb(218,227,142); }
td.TdClassName
{
border-color: #DAE38E;
}
.TagClassName
{
border-color: #DAE38E;
}
</style>