Shades of Primrose #DDD48E
Tints of Primrose #DDD48E
RGB
CMYK
RGB Variations
Color information
#DDD48E (or 0xDDD48E) is known color: Primrose. HEX triplet: DD, D4 and 8E. RGB value is (221,212,142). Sum of RGB (Red+Green+Blue) = 221+212+142=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48E is #222B71. Grayscale: #CFCFCF. Windows color (decimal): -2239346 or 9360605. OLE color: 9360605.
HSL color Cylindrical-coordinate representation of color #DDD48E: hue angle of 53.16º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDD48E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 142 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.13 |
| HSL | 53.16º | 0.54% | 0.71% | - |
| HSV(B) | 53.16º | 0.36% | 0.87% | - |
| XYZ | 58.24 | 64.41 | 34.95 | - |
| YUV | 206.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 142 | 0 | 0.04 | 0.36 | 0.13 | 53.16 | 0.54 | 0.71 |
| Hex | DD | D4 | 8E | 0 | 4 | 24 | D | 35 | 36 | 47 |
| Octal | 335 | 324 | 216 | 0 | 4 | 44 | 15 | 65 | 66 | 107 |
| Binary | 11011101 | 11010100 | 10001110 | 0 | 100 | 100100 | 1101 | 110101 | 110110 | 1000111 |
Color Harmonies of #DDD48E
Complementary color
Monochromatic Colors of #DDD48E
Black with #DDD48E
Text Example
Text Example
White with #DDD48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD48E; }
p { color: rgb(221,212,142); }
H1.HeaderClassName
{
color: #DDD48E;
}
.AnyTagClassName
{
color: #DDD48E;
}
</style>
background-color css
<style>
a { background-color: #DDD48E; }
a { background-color: rgb(221,212,142); }
div.DivClassName
{
background-color: #DDD48E;
}
.BgClassName
{
background-color: #DDD48E;
}
</style>
border-color css
<style>
span { border-color: #DDD48E; }
span { border-color: rgb(221,212,142); }
td.TdClassName
{
border-color: #DDD48E;
}
.TagClassName
{
border-color: #DDD48E;
}
</style>