Shades of Primrose #DAD28E
Tints of Primrose #DAD28E
RGB
CMYK
RGB Variations
Color information
#DAD28E (or 0xDAD28E) is known color: Primrose. HEX triplet: DA, D2 and 8E. RGB value is (218,210,142). Sum of RGB (Red+Green+Blue) = 218+210+142=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD28E is #252D71. Grayscale: #CCCCCC. Windows color (decimal): -2436466 or 9360090. OLE color: 9360090.
HSL color Cylindrical-coordinate representation of color #DAD28E: hue angle of 53.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAD28E is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 142 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.15 |
| HSL | 53.68º | 0.51% | 0.71% | - |
| HSV(B) | 53.68º | 0.35% | 0.85% | - |
| XYZ | 56.84 | 62.95 | 34.75 | - |
| YUV | 204.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 142 | 0 | 0.04 | 0.35 | 0.15 | 53.68 | 0.51 | 0.71 |
| Hex | DA | D2 | 8E | 0 | 4 | 23 | F | 36 | 33 | 47 |
| Octal | 332 | 322 | 216 | 0 | 4 | 43 | 17 | 66 | 63 | 107 |
| Binary | 11011010 | 11010010 | 10001110 | 0 | 100 | 100011 | 1111 | 110110 | 110011 | 1000111 |
Color Harmonies of #DAD28E
Complementary color
Monochromatic Colors of #DAD28E
Black with #DAD28E
Text Example
Text Example
White with #DAD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD28E; }
p { color: rgb(218,210,142); }
H1.HeaderClassName
{
color: #DAD28E;
}
.AnyTagClassName
{
color: #DAD28E;
}
</style>
background-color css
<style>
a { background-color: #DAD28E; }
a { background-color: rgb(218,210,142); }
div.DivClassName
{
background-color: #DAD28E;
}
.BgClassName
{
background-color: #DAD28E;
}
</style>
border-color css
<style>
span { border-color: #DAD28E; }
span { border-color: rgb(218,210,142); }
td.TdClassName
{
border-color: #DAD28E;
}
.TagClassName
{
border-color: #DAD28E;
}
</style>