Shades of Primrose #DAE093
Tints of Primrose #DAE093
RGB
CMYK
RGB Variations
Color information
#DAE093 (or 0xDAE093) is known color: Primrose. HEX triplet: DA, E0 and 93. RGB value is (218,224,147). Sum of RGB (Red+Green+Blue) = 218+224+147=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE093 is #251F6C. Grayscale: #D5D5D5. Windows color (decimal): -2432877 or 9691354. OLE color: 9691354.
HSL color Cylindrical-coordinate representation of color #DAE093: hue angle of 64.68º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE093 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 147 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.12 |
| HSL | 64.68º | 0.55% | 0.73% | - |
| HSV(B) | 64.68º | 0.34% | 0.88% | - |
| XYZ | 60.84 | 70.32 | 37.97 | - |
| YUV | 213.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 147 | 0.03 | 0 | 0.34 | 0.12 | 64.68 | 0.55 | 0.73 |
| Hex | DA | E0 | 93 | 3 | 0 | 22 | C | 41 | 37 | 49 |
| Octal | 332 | 340 | 223 | 3 | 0 | 42 | 14 | 101 | 67 | 111 |
| Binary | 11011010 | 11100000 | 10010011 | 11 | 0 | 100010 | 1100 | 1000001 | 110111 | 1001001 |
Color Harmonies of #DAE093
Complementary color
Monochromatic Colors of #DAE093
Black with #DAE093
Text Example
Text Example
White with #DAE093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE093; }
p { color: rgb(218,224,147); }
H1.HeaderClassName
{
color: #DAE093;
}
.AnyTagClassName
{
color: #DAE093;
}
</style>
background-color css
<style>
a { background-color: #DAE093; }
a { background-color: rgb(218,224,147); }
div.DivClassName
{
background-color: #DAE093;
}
.BgClassName
{
background-color: #DAE093;
}
</style>
border-color css
<style>
span { border-color: #DAE093; }
span { border-color: rgb(218,224,147); }
td.TdClassName
{
border-color: #DAE093;
}
.TagClassName
{
border-color: #DAE093;
}
</style>