Shades of Primrose #DAE690
Tints of Primrose #DAE690
RGB
CMYK
RGB Variations
Color information
#DAE690 (or 0xDAE690) is known color: Primrose. HEX triplet: DA, E6 and 90. RGB value is (218,230,144). Sum of RGB (Red+Green+Blue) = 218+230+144=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 144 (56.64% from 255 or 24.32% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE690 is #25196F. Grayscale: #D8D8D8. Windows color (decimal): -2431344 or 9496282. OLE color: 9496282.
HSL color Cylindrical-coordinate representation of color #DAE690: hue angle of 68.37º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE690 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 144 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.10 |
| HSL | 68.37º | 0.63% | 0.73% | - |
| HSV(B) | 68.37º | 0.37% | 0.9% | - |
| XYZ | 62.24 | 73.51 | 37.29 | - |
| YUV | 216.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 144 | 0.05 | 0 | 0.37 | 0.10 | 68.37 | 0.63 | 0.73 |
| Hex | DA | E6 | 90 | 5 | 0 | 25 | A | 44 | 3F | 49 |
| Octal | 332 | 346 | 220 | 5 | 0 | 45 | 12 | 104 | 77 | 111 |
| Binary | 11011010 | 11100110 | 10010000 | 101 | 0 | 100101 | 1010 | 1000100 | 111111 | 1001001 |
Color Harmonies of #DAE690
Complementary color
Monochromatic Colors of #DAE690
Black with #DAE690
Text Example
Text Example
White with #DAE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE690; }
p { color: rgb(218,230,144); }
H1.HeaderClassName
{
color: #DAE690;
}
.AnyTagClassName
{
color: #DAE690;
}
</style>
background-color css
<style>
a { background-color: #DAE690; }
a { background-color: rgb(218,230,144); }
div.DivClassName
{
background-color: #DAE690;
}
.BgClassName
{
background-color: #DAE690;
}
</style>
border-color css
<style>
span { border-color: #DAE690; }
span { border-color: rgb(218,230,144); }
td.TdClassName
{
border-color: #DAE690;
}
.TagClassName
{
border-color: #DAE690;
}
</style>