Shades of Primrose #DADD91
Tints of Primrose #DADD91
RGB
CMYK
RGB Variations
Color information
#DADD91 (or 0xDADD91) is known color: Primrose. HEX triplet: DA, DD and 91. RGB value is (218,221,145). Sum of RGB (Red+Green+Blue) = 218+221+145=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD91 is #25226E. Grayscale: #D3D3D3. Windows color (decimal): -2433647 or 9559514. OLE color: 9559514.
HSL color Cylindrical-coordinate representation of color #DADD91: hue angle of 62.37º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DADD91 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 145 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.13 |
| HSL | 62.37º | 0.53% | 0.72% | - |
| HSV(B) | 62.37º | 0.34% | 0.87% | - |
| XYZ | 59.88 | 68.66 | 36.89 | - |
| YUV | 211.44 | 90.51 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 145 | 0.01 | 0 | 0.34 | 0.13 | 62.37 | 0.53 | 0.72 |
| Hex | DA | DD | 91 | 1 | 0 | 22 | D | 3E | 35 | 48 |
| Octal | 332 | 335 | 221 | 1 | 0 | 42 | 15 | 76 | 65 | 110 |
| Binary | 11011010 | 11011101 | 10010001 | 1 | 0 | 100010 | 1101 | 111110 | 110101 | 1001000 |
Color Harmonies of #DADD91
Complementary color
Monochromatic Colors of #DADD91
Black with #DADD91
Text Example
Text Example
White with #DADD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD91; }
p { color: rgb(218,221,145); }
H1.HeaderClassName
{
color: #DADD91;
}
.AnyTagClassName
{
color: #DADD91;
}
</style>
background-color css
<style>
a { background-color: #DADD91; }
a { background-color: rgb(218,221,145); }
div.DivClassName
{
background-color: #DADD91;
}
.BgClassName
{
background-color: #DADD91;
}
</style>
border-color css
<style>
span { border-color: #DADD91; }
span { border-color: rgb(218,221,145); }
td.TdClassName
{
border-color: #DADD91;
}
.TagClassName
{
border-color: #DADD91;
}
</style>