Shades of Primrose #DDDD90
Tints of Primrose #DDDD90
RGB
CMYK
RGB Variations
Color information
#DDDD90 (or 0xDDDD90) is known color: Primrose. HEX triplet: DD, DD and 90. RGB value is (221,221,144). Sum of RGB (Red+Green+Blue) = 221+221+144=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD90 is #22226F. Grayscale: #D4D4D4. Windows color (decimal): -2237040 or 9493981. OLE color: 9493981.
HSL color Cylindrical-coordinate representation of color #DDDD90: hue angle of 60º 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 #DDDD90 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 144 | - |
| CMYK | 0 | 0 | 0.35 | 0.13 |
| HSL | 60º | 0.53% | 0.72% | - |
| HSV(B) | 60º | 0.35% | 0.87% | - |
| XYZ | 60.71 | 69.1 | 36.52 | - |
| YUV | 212.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 144 | 0 | 0 | 0.35 | 0.13 | 60 | 0.53 | 0.72 |
| Hex | DD | DD | 90 | 0 | 0 | 23 | D | 3C | 35 | 48 |
| Octal | 335 | 335 | 220 | 0 | 0 | 43 | 15 | 74 | 65 | 110 |
| Binary | 11011101 | 11011101 | 10010000 | 0 | 0 | 100011 | 1101 | 111100 | 110101 | 1001000 |
Color Harmonies of #DDDD90
Complementary color
Monochromatic Colors of #DDDD90
Black with #DDDD90
Text Example
Text Example
White with #DDDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD90; }
p { color: rgb(221,221,144); }
H1.HeaderClassName
{
color: #DDDD90;
}
.AnyTagClassName
{
color: #DDDD90;
}
</style>
background-color css
<style>
a { background-color: #DDDD90; }
a { background-color: rgb(221,221,144); }
div.DivClassName
{
background-color: #DDDD90;
}
.BgClassName
{
background-color: #DDDD90;
}
</style>
border-color css
<style>
span { border-color: #DDDD90; }
span { border-color: rgb(221,221,144); }
td.TdClassName
{
border-color: #DDDD90;
}
.TagClassName
{
border-color: #DDDD90;
}
</style>