Shades of Primrose #DADA8F
Tints of Primrose #DADA8F
RGB
CMYK
RGB Variations
Color information
#DADA8F (or 0xDADA8F) is known color: Primrose. HEX triplet: DA, DA and 8F. RGB value is (218,218,143). Sum of RGB (Red+Green+Blue) = 218+218+143=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA8F is #252570. Grayscale: #D1D1D1. Windows color (decimal): -2434417 or 9427674. OLE color: 9427674.
HSL color Cylindrical-coordinate representation of color #DADA8F: hue angle of 60º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DADA8F is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 143 | - |
| CMYK | 0 | 0 | 0.34 | 0.15 |
| HSL | 60º | 0.5% | 0.71% | - |
| HSV(B) | 60º | 0.34% | 0.85% | - |
| XYZ | 58.94 | 67.03 | 35.82 | - |
| YUV | 209.45 | 90.5 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 143 | 0 | 0 | 0.34 | 0.15 | 60 | 0.5 | 0.71 |
| Hex | DA | DA | 8F | 0 | 0 | 22 | F | 3C | 32 | 47 |
| Octal | 332 | 332 | 217 | 0 | 0 | 42 | 17 | 74 | 62 | 107 |
| Binary | 11011010 | 11011010 | 10001111 | 0 | 0 | 100010 | 1111 | 111100 | 110010 | 1000111 |
Color Harmonies of #DADA8F
Complementary color
Monochromatic Colors of #DADA8F
Black with #DADA8F
Text Example
Text Example
White with #DADA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA8F; }
p { color: rgb(218,218,143); }
H1.HeaderClassName
{
color: #DADA8F;
}
.AnyTagClassName
{
color: #DADA8F;
}
</style>
background-color css
<style>
a { background-color: #DADA8F; }
a { background-color: rgb(218,218,143); }
div.DivClassName
{
background-color: #DADA8F;
}
.BgClassName
{
background-color: #DADA8F;
}
</style>
border-color css
<style>
span { border-color: #DADA8F; }
span { border-color: rgb(218,218,143); }
td.TdClassName
{
border-color: #DADA8F;
}
.TagClassName
{
border-color: #DADA8F;
}
</style>