Shades of Primrose #DAD590
Tints of Primrose #DAD590
RGB
CMYK
RGB Variations
Color information
#DAD590 (or 0xDAD590) is known color: Primrose. HEX triplet: DA, D5 and 90. RGB value is (218,213,144). Sum of RGB (Red+Green+Blue) = 218+213+144=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD590 is #252A6F. Grayscale: #CECECE. Windows color (decimal): -2435696 or 9491930. OLE color: 9491930.
HSL color Cylindrical-coordinate representation of color #DAD590: hue angle of 55.95º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAD590 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 144 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.15 |
| HSL | 55.95º | 0.5% | 0.71% | - |
| HSV(B) | 55.95º | 0.34% | 0.85% | - |
| XYZ | 57.74 | 64.51 | 35.79 | - |
| YUV | 206.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 144 | 0 | 0.02 | 0.34 | 0.15 | 55.95 | 0.5 | 0.71 |
| Hex | DA | D5 | 90 | 0 | 2 | 22 | F | 38 | 32 | 47 |
| Octal | 332 | 325 | 220 | 0 | 2 | 42 | 17 | 70 | 62 | 107 |
| Binary | 11011010 | 11010101 | 10010000 | 0 | 10 | 100010 | 1111 | 111000 | 110010 | 1000111 |
Color Harmonies of #DAD590
Complementary color
Monochromatic Colors of #DAD590
Black with #DAD590
Text Example
Text Example
White with #DAD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD590; }
p { color: rgb(218,213,144); }
H1.HeaderClassName
{
color: #DAD590;
}
.AnyTagClassName
{
color: #DAD590;
}
</style>
background-color css
<style>
a { background-color: #DAD590; }
a { background-color: rgb(218,213,144); }
div.DivClassName
{
background-color: #DAD590;
}
.BgClassName
{
background-color: #DAD590;
}
</style>
border-color css
<style>
span { border-color: #DAD590; }
span { border-color: rgb(218,213,144); }
td.TdClassName
{
border-color: #DAD590;
}
.TagClassName
{
border-color: #DAD590;
}
</style>