Shades of Primrose #DAE791
Tints of Primrose #DAE791
RGB
CMYK
RGB Variations
Color information
#DAE791 (or 0xDAE791) is known color: Primrose. HEX triplet: DA, E7 and 91. RGB value is (218,231,145). Sum of RGB (Red+Green+Blue) = 218+231+145=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE791 is #25186E. Grayscale: #D9D9D9. Windows color (decimal): -2431087 or 9562074. OLE color: 9562074.
HSL color Cylindrical-coordinate representation of color #DAE791: hue angle of 69.07º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAE791 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 145 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.09 |
| HSL | 69.07º | 0.64% | 0.74% | - |
| HSV(B) | 69.07º | 0.37% | 0.91% | - |
| XYZ | 62.6 | 74.1 | 37.79 | - |
| YUV | 217.31 | 87.19 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 145 | 0.06 | 0 | 0.37 | 0.09 | 69.07 | 0.64 | 0.74 |
| Hex | DA | E7 | 91 | 6 | 0 | 25 | 9 | 45 | 40 | 4A |
| Octal | 332 | 347 | 221 | 6 | 0 | 45 | 11 | 105 | 100 | 112 |
| Binary | 11011010 | 11100111 | 10010001 | 110 | 0 | 100101 | 1001 | 1000101 | 1000000 | 1001010 |
Color Harmonies of #DAE791
Complementary color
Monochromatic Colors of #DAE791
Black with #DAE791
Text Example
Text Example
White with #DAE791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE791; }
p { color: rgb(218,231,145); }
H1.HeaderClassName
{
color: #DAE791;
}
.AnyTagClassName
{
color: #DAE791;
}
</style>
background-color css
<style>
a { background-color: #DAE791; }
a { background-color: rgb(218,231,145); }
div.DivClassName
{
background-color: #DAE791;
}
.BgClassName
{
background-color: #DAE791;
}
</style>
border-color css
<style>
span { border-color: #DAE791; }
span { border-color: rgb(218,231,145); }
td.TdClassName
{
border-color: #DAE791;
}
.TagClassName
{
border-color: #DAE791;
}
</style>