Shades of Primrose #DAD895
Tints of Primrose #DAD895
RGB
CMYK
RGB Variations
Color information
#DAD895 (or 0xDAD895) is known color: Primrose. HEX triplet: DA, D8 and 95. RGB value is (218,216,149). Sum of RGB (Red+Green+Blue) = 218+216+149=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD895 is #25276A. Grayscale: #D1D1D1. Windows color (decimal): -2434923 or 9820378. OLE color: 9820378.
HSL color Cylindrical-coordinate representation of color #DAD895: hue angle of 58.26º degrees, saturation: 0.48, 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 #DAD895 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 149 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.15 |
| HSL | 58.26º | 0.48% | 0.72% | - |
| HSV(B) | 58.26º | 0.32% | 0.85% | - |
| XYZ | 58.89 | 66.19 | 38.11 | - |
| YUV | 208.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 149 | 0 | 0.01 | 0.32 | 0.15 | 58.26 | 0.48 | 0.72 |
| Hex | DA | D8 | 95 | 0 | 1 | 20 | F | 3A | 30 | 48 |
| Octal | 332 | 330 | 225 | 0 | 1 | 40 | 17 | 72 | 60 | 110 |
| Binary | 11011010 | 11011000 | 10010101 | 0 | 1 | 100000 | 1111 | 111010 | 110000 | 1001000 |
Color Harmonies of #DAD895
Complementary color
Monochromatic Colors of #DAD895
Black with #DAD895
Text Example
Text Example
White with #DAD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD895; }
p { color: rgb(218,216,149); }
H1.HeaderClassName
{
color: #DAD895;
}
.AnyTagClassName
{
color: #DAD895;
}
</style>
background-color css
<style>
a { background-color: #DAD895; }
a { background-color: rgb(218,216,149); }
div.DivClassName
{
background-color: #DAD895;
}
.BgClassName
{
background-color: #DAD895;
}
</style>
border-color css
<style>
span { border-color: #DAD895; }
span { border-color: rgb(218,216,149); }
td.TdClassName
{
border-color: #DAD895;
}
.TagClassName
{
border-color: #DAD895;
}
</style>