Shades of Primrose #DADA82
Tints of Primrose #DADA82
RGB
CMYK
RGB Variations
Color information
#DADA82 (or 0xDADA82) is known color: Primrose. HEX triplet: DA, DA and 82. RGB value is (218,218,130). Sum of RGB (Red+Green+Blue) = 218+218+130=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA82 is #25257D. Grayscale: #D0D0D0. Windows color (decimal): -2434430 or 8575706. OLE color: 8575706.
HSL color Cylindrical-coordinate representation of color #DADA82: hue angle of 60º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADA82 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 130 | - |
| CMYK | 0 | 0 | 0.40 | 0.15 |
| HSL | 60º | 0.54% | 0.68% | - |
| HSV(B) | 60º | 0.4% | 0.85% | - |
| XYZ | 58.01 | 66.66 | 30.93 | - |
| YUV | 207.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 130 | 0 | 0 | 0.40 | 0.15 | 60 | 0.54 | 0.68 |
| Hex | DA | DA | 82 | 0 | 0 | 28 | F | 3C | 36 | 44 |
| Octal | 332 | 332 | 202 | 0 | 0 | 50 | 17 | 74 | 66 | 104 |
| Binary | 11011010 | 11011010 | 10000010 | 0 | 0 | 101000 | 1111 | 111100 | 110110 | 1000100 |
Color Harmonies of #DADA82
Complementary color
Monochromatic Colors of #DADA82
Black with #DADA82
Text Example
Text Example
White with #DADA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA82; }
p { color: rgb(218,218,130); }
H1.HeaderClassName
{
color: #DADA82;
}
.AnyTagClassName
{
color: #DADA82;
}
</style>
background-color css
<style>
a { background-color: #DADA82; }
a { background-color: rgb(218,218,130); }
div.DivClassName
{
background-color: #DADA82;
}
.BgClassName
{
background-color: #DADA82;
}
</style>
border-color css
<style>
span { border-color: #DADA82; }
span { border-color: rgb(218,218,130); }
td.TdClassName
{
border-color: #DADA82;
}
.TagClassName
{
border-color: #DADA82;
}
</style>