Shades of Primrose #DADD90
Tints of Primrose #DADD90
RGB
CMYK
RGB Variations
Color information
#DADD90 (or 0xDADD90) is known color: Primrose. HEX triplet: DA, DD and 90. RGB value is (218,221,144). Sum of RGB (Red+Green+Blue) = 218+221+144=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD90 is #25226F. Grayscale: #D3D3D3. Windows color (decimal): -2433648 or 9493978. OLE color: 9493978.
HSL color Cylindrical-coordinate representation of color #DADD90: hue angle of 62.34º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DADD90 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 144 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.13 |
| HSL | 62.34º | 0.53% | 0.72% | - |
| HSV(B) | 62.34º | 0.35% | 0.87% | - |
| XYZ | 59.8 | 68.63 | 36.48 | - |
| YUV | 211.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 144 | 0.01 | 0 | 0.35 | 0.13 | 62.34 | 0.53 | 0.72 |
| Hex | DA | DD | 90 | 1 | 0 | 23 | D | 3E | 35 | 48 |
| Octal | 332 | 335 | 220 | 1 | 0 | 43 | 15 | 76 | 65 | 110 |
| Binary | 11011010 | 11011101 | 10010000 | 1 | 0 | 100011 | 1101 | 111110 | 110101 | 1001000 |
Color Harmonies of #DADD90
Complementary color
Monochromatic Colors of #DADD90
Black with #DADD90
Text Example
Text Example
White with #DADD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD90; }
p { color: rgb(218,221,144); }
H1.HeaderClassName
{
color: #DADD90;
}
.AnyTagClassName
{
color: #DADD90;
}
</style>
background-color css
<style>
a { background-color: #DADD90; }
a { background-color: rgb(218,221,144); }
div.DivClassName
{
background-color: #DADD90;
}
.BgClassName
{
background-color: #DADD90;
}
</style>
border-color css
<style>
span { border-color: #DADD90; }
span { border-color: rgb(218,221,144); }
td.TdClassName
{
border-color: #DADD90;
}
.TagClassName
{
border-color: #DADD90;
}
</style>