Shades of Primrose #DAE790
Tints of Primrose #DAE790
RGB
CMYK
RGB Variations
Color information
#DAE790 (or 0xDAE790) is known color: Primrose. HEX triplet: DA, E7 and 90. RGB value is (218,231,144). Sum of RGB (Red+Green+Blue) = 218+231+144=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE790 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE790 is #25186F. Grayscale: #D9D9D9. Windows color (decimal): -2431088 or 9496538. OLE color: 9496538.
HSL color Cylindrical-coordinate representation of color #DAE790: hue angle of 68.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE790 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 144 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.09 |
| HSL | 68.97º | 0.64% | 0.74% | - |
| HSV(B) | 68.97º | 0.38% | 0.91% | - |
| XYZ | 62.52 | 74.07 | 37.39 | - |
| YUV | 217.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 144 | 0.06 | 0 | 0.38 | 0.09 | 68.97 | 0.64 | 0.74 |
| Hex | DA | E7 | 90 | 6 | 0 | 26 | 9 | 45 | 40 | 4A |
| Octal | 332 | 347 | 220 | 6 | 0 | 46 | 11 | 105 | 100 | 112 |
| Binary | 11011010 | 11100111 | 10010000 | 110 | 0 | 100110 | 1001 | 1000101 | 1000000 | 1001010 |
Color Harmonies of #DAE790
Complementary color
Monochromatic Colors of #DAE790
Black with #DAE790
Text Example
Text Example
White with #DAE790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE790; }
p { color: rgb(218,231,144); }
H1.HeaderClassName
{
color: #DAE790;
}
.AnyTagClassName
{
color: #DAE790;
}
</style>
background-color css
<style>
a { background-color: #DAE790; }
a { background-color: rgb(218,231,144); }
div.DivClassName
{
background-color: #DAE790;
}
.BgClassName
{
background-color: #DAE790;
}
</style>
border-color css
<style>
span { border-color: #DAE790; }
span { border-color: rgb(218,231,144); }
td.TdClassName
{
border-color: #DAE790;
}
.TagClassName
{
border-color: #DAE790;
}
</style>