Shades of Primrose #DAD899
Tints of Primrose #DAD899
RGB
CMYK
RGB Variations
Color information
#DAD899 (or 0xDAD899) is known color: Primrose. HEX triplet: DA, D8 and 99. RGB value is (218,216,153). Sum of RGB (Red+Green+Blue) = 218+216+153=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 153 (60.16% from 255 or 26.06% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD899 is #252766. Grayscale: #D1D1D1. Windows color (decimal): -2434919 or 10082522. OLE color: 10082522.
HSL color Cylindrical-coordinate representation of color #DAD899: hue angle of 58.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAD899 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 153 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.15 |
| HSL | 58.15º | 0.47% | 0.73% | - |
| HSV(B) | 58.15º | 0.3% | 0.85% | - |
| XYZ | 59.22 | 66.32 | 39.82 | - |
| YUV | 209.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 153 | 0 | 0.01 | 0.30 | 0.15 | 58.15 | 0.47 | 0.73 |
| Hex | DA | D8 | 99 | 0 | 1 | 1E | F | 3A | 2F | 49 |
| Octal | 332 | 330 | 231 | 0 | 1 | 36 | 17 | 72 | 57 | 111 |
| Binary | 11011010 | 11011000 | 10011001 | 0 | 1 | 11110 | 1111 | 111010 | 101111 | 1001001 |
Color Harmonies of #DAD899
Complementary color
Monochromatic Colors of #DAD899
Black with #DAD899
Text Example
Text Example
White with #DAD899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD899; }
p { color: rgb(218,216,153); }
H1.HeaderClassName
{
color: #DAD899;
}
.AnyTagClassName
{
color: #DAD899;
}
</style>
background-color css
<style>
a { background-color: #DAD899; }
a { background-color: rgb(218,216,153); }
div.DivClassName
{
background-color: #DAD899;
}
.BgClassName
{
background-color: #DAD899;
}
</style>
border-color css
<style>
span { border-color: #DAD899; }
span { border-color: rgb(218,216,153); }
td.TdClassName
{
border-color: #DAD899;
}
.TagClassName
{
border-color: #DAD899;
}
</style>