Shades of Primrose #DAD89A
Tints of Primrose #DAD89A
RGB
CMYK
RGB Variations
Color information
#DAD89A (or 0xDAD89A) is known color: Primrose. HEX triplet: DA, D8 and 9A. RGB value is (218,216,154). Sum of RGB (Red+Green+Blue) = 218+216+154=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD89A is #252765. Grayscale: #D1D1D1. Windows color (decimal): -2434918 or 10148058. OLE color: 10148058.
HSL color Cylindrical-coordinate representation of color #DAD89A: hue angle of 58.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAD89A is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 154 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.15 |
| HSL | 58.13º | 0.46% | 0.73% | - |
| HSV(B) | 58.13º | 0.29% | 0.85% | - |
| XYZ | 59.3 | 66.35 | 40.25 | - |
| YUV | 209.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 154 | 0 | 0.01 | 0.29 | 0.15 | 58.13 | 0.46 | 0.73 |
| Hex | DA | D8 | 9A | 0 | 1 | 1D | F | 3A | 2E | 49 |
| Octal | 332 | 330 | 232 | 0 | 1 | 35 | 17 | 72 | 56 | 111 |
| Binary | 11011010 | 11011000 | 10011010 | 0 | 1 | 11101 | 1111 | 111010 | 101110 | 1001001 |
Color Harmonies of #DAD89A
Complementary color
Monochromatic Colors of #DAD89A
Black with #DAD89A
Text Example
Text Example
White with #DAD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD89A; }
p { color: rgb(218,216,154); }
H1.HeaderClassName
{
color: #DAD89A;
}
.AnyTagClassName
{
color: #DAD89A;
}
</style>
background-color css
<style>
a { background-color: #DAD89A; }
a { background-color: rgb(218,216,154); }
div.DivClassName
{
background-color: #DAD89A;
}
.BgClassName
{
background-color: #DAD89A;
}
</style>
border-color css
<style>
span { border-color: #DAD89A; }
span { border-color: rgb(218,216,154); }
td.TdClassName
{
border-color: #DAD89A;
}
.TagClassName
{
border-color: #DAD89A;
}
</style>