Shades of Primrose #DADA8D
Tints of Primrose #DADA8D
RGB
CMYK
RGB Variations
Color information
#DADA8D (or 0xDADA8D) is known color: Primrose. HEX triplet: DA, DA and 8D. RGB value is (218,218,141). Sum of RGB (Red+Green+Blue) = 218+218+141=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA8D is #252572. Grayscale: #D1D1D1. Windows color (decimal): -2434419 or 9296602. OLE color: 9296602.
HSL color Cylindrical-coordinate representation of color #DADA8D: hue angle of 60º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DADA8D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 141 | - |
| CMYK | 0 | 0 | 0.35 | 0.15 |
| HSL | 60º | 0.51% | 0.7% | - |
| HSV(B) | 60º | 0.35% | 0.85% | - |
| XYZ | 58.79 | 66.97 | 35.03 | - |
| YUV | 209.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 141 | 0 | 0 | 0.35 | 0.15 | 60 | 0.51 | 0.7 |
| Hex | DA | DA | 8D | 0 | 0 | 23 | F | 3C | 33 | 46 |
| Octal | 332 | 332 | 215 | 0 | 0 | 43 | 17 | 74 | 63 | 106 |
| Binary | 11011010 | 11011010 | 10001101 | 0 | 0 | 100011 | 1111 | 111100 | 110011 | 1000110 |
Color Harmonies of #DADA8D
Complementary color
Monochromatic Colors of #DADA8D
Black with #DADA8D
Text Example
Text Example
White with #DADA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA8D; }
p { color: rgb(218,218,141); }
H1.HeaderClassName
{
color: #DADA8D;
}
.AnyTagClassName
{
color: #DADA8D;
}
</style>
background-color css
<style>
a { background-color: #DADA8D; }
a { background-color: rgb(218,218,141); }
div.DivClassName
{
background-color: #DADA8D;
}
.BgClassName
{
background-color: #DADA8D;
}
</style>
border-color css
<style>
span { border-color: #DADA8D; }
span { border-color: rgb(218,218,141); }
td.TdClassName
{
border-color: #DADA8D;
}
.TagClassName
{
border-color: #DADA8D;
}
</style>