Shades of Primrose #DDD490
Tints of Primrose #DDD490
RGB
CMYK
RGB Variations
Color information
#DDD490 (or 0xDDD490) is known color: Primrose. HEX triplet: DD, D4 and 90. RGB value is (221,212,144). Sum of RGB (Red+Green+Blue) = 221+212+144=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD490 is #222B6F. Grayscale: #CFCFCF. Windows color (decimal): -2239344 or 9491677. OLE color: 9491677.
HSL color Cylindrical-coordinate representation of color #DDD490: hue angle of 52.99º 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 #DDD490 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 144 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.13 |
| HSL | 52.99º | 0.53% | 0.72% | - |
| HSV(B) | 52.99º | 0.35% | 0.87% | - |
| XYZ | 58.4 | 64.47 | 35.75 | - |
| YUV | 206.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 144 | 0 | 0.04 | 0.35 | 0.13 | 52.99 | 0.53 | 0.72 |
| Hex | DD | D4 | 90 | 0 | 4 | 23 | D | 35 | 35 | 48 |
| Octal | 335 | 324 | 220 | 0 | 4 | 43 | 15 | 65 | 65 | 110 |
| Binary | 11011101 | 11010100 | 10010000 | 0 | 100 | 100011 | 1101 | 110101 | 110101 | 1001000 |
Color Harmonies of #DDD490
Complementary color
Monochromatic Colors of #DDD490
Black with #DDD490
Text Example
Text Example
White with #DDD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD490; }
p { color: rgb(221,212,144); }
H1.HeaderClassName
{
color: #DDD490;
}
.AnyTagClassName
{
color: #DDD490;
}
</style>
background-color css
<style>
a { background-color: #DDD490; }
a { background-color: rgb(221,212,144); }
div.DivClassName
{
background-color: #DDD490;
}
.BgClassName
{
background-color: #DDD490;
}
</style>
border-color css
<style>
span { border-color: #DDD490; }
span { border-color: rgb(221,212,144); }
td.TdClassName
{
border-color: #DDD490;
}
.TagClassName
{
border-color: #DDD490;
}
</style>