Shades of Primrose #DAD894
Tints of Primrose #DAD894
RGB
CMYK
RGB Variations
Color information
#DAD894 (or 0xDAD894) is known color: Primrose. HEX triplet: DA, D8 and 94. RGB value is (218,216,148). Sum of RGB (Red+Green+Blue) = 218+216+148=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD894 is #25276B. Grayscale: #D1D1D1. Windows color (decimal): -2434924 or 9754842. OLE color: 9754842.
HSL color Cylindrical-coordinate representation of color #DAD894: hue angle of 58.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAD894 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 148 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.15 |
| HSL | 58.29º | 0.49% | 0.72% | - |
| HSV(B) | 58.29º | 0.32% | 0.85% | - |
| XYZ | 58.81 | 66.16 | 37.69 | - |
| YUV | 208.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 148 | 0 | 0.01 | 0.32 | 0.15 | 58.29 | 0.49 | 0.72 |
| Hex | DA | D8 | 94 | 0 | 1 | 20 | F | 3A | 31 | 48 |
| Octal | 332 | 330 | 224 | 0 | 1 | 40 | 17 | 72 | 61 | 110 |
| Binary | 11011010 | 11011000 | 10010100 | 0 | 1 | 100000 | 1111 | 111010 | 110001 | 1001000 |
Color Harmonies of #DAD894
Complementary color
Monochromatic Colors of #DAD894
Black with #DAD894
Text Example
Text Example
White with #DAD894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD894; }
p { color: rgb(218,216,148); }
H1.HeaderClassName
{
color: #DAD894;
}
.AnyTagClassName
{
color: #DAD894;
}
</style>
background-color css
<style>
a { background-color: #DAD894; }
a { background-color: rgb(218,216,148); }
div.DivClassName
{
background-color: #DAD894;
}
.BgClassName
{
background-color: #DAD894;
}
</style>
border-color css
<style>
span { border-color: #DAD894; }
span { border-color: rgb(218,216,148); }
td.TdClassName
{
border-color: #DAD894;
}
.TagClassName
{
border-color: #DAD894;
}
</style>