Shades of Primrose #DAD898
Tints of Primrose #DAD898
RGB
CMYK
RGB Variations
Color information
#DAD898 (or 0xDAD898) is known color: Primrose. HEX triplet: DA, D8 and 98. RGB value is (218,216,152). Sum of RGB (Red+Green+Blue) = 218+216+152=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD898 is #252767. Grayscale: #D1D1D1. Windows color (decimal): -2434920 or 10016986. OLE color: 10016986.
HSL color Cylindrical-coordinate representation of color #DAD898: hue angle of 58.18º 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 #DAD898 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 152 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.15 |
| HSL | 58.18º | 0.47% | 0.73% | - |
| HSV(B) | 58.18º | 0.3% | 0.85% | - |
| XYZ | 59.14 | 66.28 | 39.38 | - |
| YUV | 209.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 152 | 0 | 0.01 | 0.30 | 0.15 | 58.18 | 0.47 | 0.73 |
| Hex | DA | D8 | 98 | 0 | 1 | 1E | F | 3A | 2F | 49 |
| Octal | 332 | 330 | 230 | 0 | 1 | 36 | 17 | 72 | 57 | 111 |
| Binary | 11011010 | 11011000 | 10011000 | 0 | 1 | 11110 | 1111 | 111010 | 101111 | 1001001 |
Color Harmonies of #DAD898
Complementary color
Monochromatic Colors of #DAD898
Black with #DAD898
Text Example
Text Example
White with #DAD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD898; }
p { color: rgb(218,216,152); }
H1.HeaderClassName
{
color: #DAD898;
}
.AnyTagClassName
{
color: #DAD898;
}
</style>
background-color css
<style>
a { background-color: #DAD898; }
a { background-color: rgb(218,216,152); }
div.DivClassName
{
background-color: #DAD898;
}
.BgClassName
{
background-color: #DAD898;
}
</style>
border-color css
<style>
span { border-color: #DAD898; }
span { border-color: rgb(218,216,152); }
td.TdClassName
{
border-color: #DAD898;
}
.TagClassName
{
border-color: #DAD898;
}
</style>