Shades of Primrose #DDD48C
Tints of Primrose #DDD48C
RGB
CMYK
RGB Variations
Color information
#DDD48C (or 0xDDD48C) is known color: Primrose. HEX triplet: DD, D4 and 8C. RGB value is (221,212,140). Sum of RGB (Red+Green+Blue) = 221+212+140=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48C is #222B73. Grayscale: #CECECE. Windows color (decimal): -2239348 or 9229533. OLE color: 9229533.
HSL color Cylindrical-coordinate representation of color #DDD48C: hue angle of 53.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDD48C is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 140 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.13 |
| HSL | 53.33º | 0.54% | 0.71% | - |
| HSV(B) | 53.33º | 0.37% | 0.87% | - |
| XYZ | 58.1 | 64.35 | 34.17 | - |
| YUV | 206.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 140 | 0 | 0.04 | 0.37 | 0.13 | 53.33 | 0.54 | 0.71 |
| Hex | DD | D4 | 8C | 0 | 4 | 25 | D | 35 | 36 | 47 |
| Octal | 335 | 324 | 214 | 0 | 4 | 45 | 15 | 65 | 66 | 107 |
| Binary | 11011101 | 11010100 | 10001100 | 0 | 100 | 100101 | 1101 | 110101 | 110110 | 1000111 |
Color Harmonies of #DDD48C
Complementary color
Monochromatic Colors of #DDD48C
Black with #DDD48C
Text Example
Text Example
White with #DDD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD48C; }
p { color: rgb(221,212,140); }
H1.HeaderClassName
{
color: #DDD48C;
}
.AnyTagClassName
{
color: #DDD48C;
}
</style>
background-color css
<style>
a { background-color: #DDD48C; }
a { background-color: rgb(221,212,140); }
div.DivClassName
{
background-color: #DDD48C;
}
.BgClassName
{
background-color: #DDD48C;
}
</style>
border-color css
<style>
span { border-color: #DDD48C; }
span { border-color: rgb(221,212,140); }
td.TdClassName
{
border-color: #DDD48C;
}
.TagClassName
{
border-color: #DDD48C;
}
</style>