Shades of Primrose #DAD891
Tints of Primrose #DAD891
RGB
CMYK
RGB Variations
Color information
#DAD891 (or 0xDAD891) is known color: Primrose. HEX triplet: DA, D8 and 91. RGB value is (218,216,145). Sum of RGB (Red+Green+Blue) = 218+216+145=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD891 is #25276E. Grayscale: #D0D0D0. Windows color (decimal): -2434927 or 9558234. OLE color: 9558234.
HSL color Cylindrical-coordinate representation of color #DAD891: hue angle of 58.36º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD891 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 145 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.15 |
| HSL | 58.36º | 0.5% | 0.71% | - |
| HSV(B) | 58.36º | 0.33% | 0.85% | - |
| XYZ | 58.58 | 66.06 | 36.45 | - |
| YUV | 208.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 145 | 0 | 0.01 | 0.33 | 0.15 | 58.36 | 0.5 | 0.71 |
| Hex | DA | D8 | 91 | 0 | 1 | 21 | F | 3A | 32 | 47 |
| Octal | 332 | 330 | 221 | 0 | 1 | 41 | 17 | 72 | 62 | 107 |
| Binary | 11011010 | 11011000 | 10010001 | 0 | 1 | 100001 | 1111 | 111010 | 110010 | 1000111 |
Color Harmonies of #DAD891
Complementary color
Monochromatic Colors of #DAD891
Black with #DAD891
Text Example
Text Example
White with #DAD891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD891; }
p { color: rgb(218,216,145); }
H1.HeaderClassName
{
color: #DAD891;
}
.AnyTagClassName
{
color: #DAD891;
}
</style>
background-color css
<style>
a { background-color: #DAD891; }
a { background-color: rgb(218,216,145); }
div.DivClassName
{
background-color: #DAD891;
}
.BgClassName
{
background-color: #DAD891;
}
</style>
border-color css
<style>
span { border-color: #DAD891; }
span { border-color: rgb(218,216,145); }
td.TdClassName
{
border-color: #DAD891;
}
.TagClassName
{
border-color: #DAD891;
}
</style>