Shades of Primrose #DADA84
Tints of Primrose #DADA84
RGB
CMYK
RGB Variations
Color information
#DADA84 (or 0xDADA84) is known color: Primrose. HEX triplet: DA, DA and 84. RGB value is (218,218,132). Sum of RGB (Red+Green+Blue) = 218+218+132=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA84 is #25257B. Grayscale: #D0D0D0. Windows color (decimal): -2434428 or 8706778. OLE color: 8706778.
HSL color Cylindrical-coordinate representation of color #DADA84: hue angle of 60º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DADA84 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 132 | - |
| CMYK | 0 | 0 | 0.39 | 0.15 |
| HSL | 60º | 0.54% | 0.69% | - |
| HSV(B) | 60º | 0.39% | 0.85% | - |
| XYZ | 58.15 | 66.71 | 31.64 | - |
| YUV | 208.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 132 | 0 | 0 | 0.39 | 0.15 | 60 | 0.54 | 0.69 |
| Hex | DA | DA | 84 | 0 | 0 | 27 | F | 3C | 36 | 45 |
| Octal | 332 | 332 | 204 | 0 | 0 | 47 | 17 | 74 | 66 | 105 |
| Binary | 11011010 | 11011010 | 10000100 | 0 | 0 | 100111 | 1111 | 111100 | 110110 | 1000101 |
Color Harmonies of #DADA84
Complementary color
Monochromatic Colors of #DADA84
Black with #DADA84
Text Example
Text Example
White with #DADA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA84; }
p { color: rgb(218,218,132); }
H1.HeaderClassName
{
color: #DADA84;
}
.AnyTagClassName
{
color: #DADA84;
}
</style>
background-color css
<style>
a { background-color: #DADA84; }
a { background-color: rgb(218,218,132); }
div.DivClassName
{
background-color: #DADA84;
}
.BgClassName
{
background-color: #DADA84;
}
</style>
border-color css
<style>
span { border-color: #DADA84; }
span { border-color: rgb(218,218,132); }
td.TdClassName
{
border-color: #DADA84;
}
.TagClassName
{
border-color: #DADA84;
}
</style>