Shades of Primrose #DDD390
Tints of Primrose #DDD390
RGB
CMYK
RGB Variations
Color information
#DDD390 (or 0xDDD390) is known color: Primrose. HEX triplet: DD, D3 and 90. RGB value is (221,211,144). Sum of RGB (Red+Green+Blue) = 221+211+144=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD390 is #222C6F. Grayscale: #CECECE. Windows color (decimal): -2239600 or 9491421. OLE color: 9491421.
HSL color Cylindrical-coordinate representation of color #DDD390: hue angle of 52.21º 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 #DDD390 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 144 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.13 |
| HSL | 52.21º | 0.53% | 0.72% | - |
| HSV(B) | 52.21º | 0.35% | 0.87% | - |
| XYZ | 58.15 | 63.97 | 35.67 | - |
| YUV | 206.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 144 | 0 | 0.05 | 0.35 | 0.13 | 52.21 | 0.53 | 0.72 |
| Hex | DD | D3 | 90 | 0 | 5 | 23 | D | 34 | 35 | 48 |
| Octal | 335 | 323 | 220 | 0 | 5 | 43 | 15 | 64 | 65 | 110 |
| Binary | 11011101 | 11010011 | 10010000 | 0 | 101 | 100011 | 1101 | 110100 | 110101 | 1001000 |
Color Harmonies of #DDD390
Complementary color
Monochromatic Colors of #DDD390
Black with #DDD390
Text Example
Text Example
White with #DDD390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD390; }
p { color: rgb(221,211,144); }
H1.HeaderClassName
{
color: #DDD390;
}
.AnyTagClassName
{
color: #DDD390;
}
</style>
background-color css
<style>
a { background-color: #DDD390; }
a { background-color: rgb(221,211,144); }
div.DivClassName
{
background-color: #DDD390;
}
.BgClassName
{
background-color: #DDD390;
}
</style>
border-color css
<style>
span { border-color: #DDD390; }
span { border-color: rgb(221,211,144); }
td.TdClassName
{
border-color: #DDD390;
}
.TagClassName
{
border-color: #DDD390;
}
</style>