Shades of Primrose #DADA91
Tints of Primrose #DADA91
RGB
CMYK
RGB Variations
Color information
#DADA91 (or 0xDADA91) is known color: Primrose. HEX triplet: DA, DA and 91. RGB value is (218,218,145). Sum of RGB (Red+Green+Blue) = 218+218+145=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 145 (57.03% from 255 or 24.96% from 581); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA91 is #25256E. Grayscale: #D1D1D1. Windows color (decimal): -2434415 or 9558746. OLE color: 9558746.
HSL color Cylindrical-coordinate representation of color #DADA91: 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.33%. Process color model (Four color, CMYK) of #DADA91 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 145 | - |
| CMYK | 0 | 0 | 0.33 | 0.15 |
| HSL | 60º | 0.5% | 0.71% | - |
| HSV(B) | 60º | 0.33% | 0.85% | - |
| XYZ | 59.1 | 67.09 | 36.62 | - |
| YUV | 209.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 145 | 0 | 0 | 0.33 | 0.15 | 60 | 0.5 | 0.71 |
| Hex | DA | DA | 91 | 0 | 0 | 21 | F | 3C | 32 | 47 |
| Octal | 332 | 332 | 221 | 0 | 0 | 41 | 17 | 74 | 62 | 107 |
| Binary | 11011010 | 11011010 | 10010001 | 0 | 0 | 100001 | 1111 | 111100 | 110010 | 1000111 |
Color Harmonies of #DADA91
Complementary color
Monochromatic Colors of #DADA91
Black with #DADA91
Text Example
Text Example
White with #DADA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA91; }
p { color: rgb(218,218,145); }
H1.HeaderClassName
{
color: #DADA91;
}
.AnyTagClassName
{
color: #DADA91;
}
</style>
background-color css
<style>
a { background-color: #DADA91; }
a { background-color: rgb(218,218,145); }
div.DivClassName
{
background-color: #DADA91;
}
.BgClassName
{
background-color: #DADA91;
}
</style>
border-color css
<style>
span { border-color: #DADA91; }
span { border-color: rgb(218,218,145); }
td.TdClassName
{
border-color: #DADA91;
}
.TagClassName
{
border-color: #DADA91;
}
</style>