Shades of Primrose #DAE392
Tints of Primrose #DAE392
RGB
CMYK
RGB Variations
Color information
#DAE392 (or 0xDAE392) is known color: Primrose. HEX triplet: DA, E3 and 92. RGB value is (218,227,146). Sum of RGB (Red+Green+Blue) = 218+227+146=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE392 is #251C6D. Grayscale: #D7D7D7. Windows color (decimal): -2432110 or 9626586. OLE color: 9626586.
HSL color Cylindrical-coordinate representation of color #DAE392: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAE392 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 146 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.11 |
| HSL | 66.67º | 0.59% | 0.73% | - |
| HSV(B) | 66.67º | 0.36% | 0.89% | - |
| XYZ | 61.57 | 71.92 | 37.83 | - |
| YUV | 215.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 146 | 0.04 | 0 | 0.36 | 0.11 | 66.67 | 0.59 | 0.73 |
| Hex | DA | E3 | 92 | 4 | 0 | 24 | B | 43 | 3B | 49 |
| Octal | 332 | 343 | 222 | 4 | 0 | 44 | 13 | 103 | 73 | 111 |
| Binary | 11011010 | 11100011 | 10010010 | 100 | 0 | 100100 | 1011 | 1000011 | 111011 | 1001001 |
Color Harmonies of #DAE392
Complementary color
Monochromatic Colors of #DAE392
Black with #DAE392
Text Example
Text Example
White with #DAE392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE392; }
p { color: rgb(218,227,146); }
H1.HeaderClassName
{
color: #DAE392;
}
.AnyTagClassName
{
color: #DAE392;
}
</style>
background-color css
<style>
a { background-color: #DAE392; }
a { background-color: rgb(218,227,146); }
div.DivClassName
{
background-color: #DAE392;
}
.BgClassName
{
background-color: #DAE392;
}
</style>
border-color css
<style>
span { border-color: #DAE392; }
span { border-color: rgb(218,227,146); }
td.TdClassName
{
border-color: #DAE392;
}
.TagClassName
{
border-color: #DAE392;
}
</style>