Shades of Primrose #DAE594
Tints of Primrose #DAE594
RGB
CMYK
RGB Variations
Color information
#DAE594 (or 0xDAE594) is known color: Primrose. HEX triplet: DA, E5 and 94. RGB value is (218,229,148). Sum of RGB (Red+Green+Blue) = 218+229+148=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE594 is #251A6B. Grayscale: #D8D8D8. Windows color (decimal): -2431596 or 9758170. OLE color: 9758170.
HSL color Cylindrical-coordinate representation of color #DAE594: hue angle of 68.15º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE594 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 148 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.10 |
| HSL | 68.15º | 0.61% | 0.74% | - |
| HSV(B) | 68.15º | 0.35% | 0.9% | - |
| XYZ | 62.28 | 73.08 | 38.84 | - |
| YUV | 216.48 | 89.36 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 148 | 0.05 | 0 | 0.35 | 0.10 | 68.15 | 0.61 | 0.74 |
| Hex | DA | E5 | 94 | 5 | 0 | 23 | A | 44 | 3D | 4A |
| Octal | 332 | 345 | 224 | 5 | 0 | 43 | 12 | 104 | 75 | 112 |
| Binary | 11011010 | 11100101 | 10010100 | 101 | 0 | 100011 | 1010 | 1000100 | 111101 | 1001010 |
Color Harmonies of #DAE594
Complementary color
Monochromatic Colors of #DAE594
Black with #DAE594
Text Example
Text Example
White with #DAE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE594; }
p { color: rgb(218,229,148); }
H1.HeaderClassName
{
color: #DAE594;
}
.AnyTagClassName
{
color: #DAE594;
}
</style>
background-color css
<style>
a { background-color: #DAE594; }
a { background-color: rgb(218,229,148); }
div.DivClassName
{
background-color: #DAE594;
}
.BgClassName
{
background-color: #DAE594;
}
</style>
border-color css
<style>
span { border-color: #DAE594; }
span { border-color: rgb(218,229,148); }
td.TdClassName
{
border-color: #DAE594;
}
.TagClassName
{
border-color: #DAE594;
}
</style>