Shades of Primrose #DDD48B
Tints of Primrose #DDD48B
RGB
CMYK
RGB Variations
Color information
#DDD48B (or 0xDDD48B) is known color: Primrose. HEX triplet: DD, D4 and 8B. RGB value is (221,212,139). Sum of RGB (Red+Green+Blue) = 221+212+139=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 212 (83.20% from 255 or 37.06% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD48B is #222B74. Grayscale: #CECECE. Windows color (decimal): -2239349 or 9163997. OLE color: 9163997.
HSL color Cylindrical-coordinate representation of color #DDD48B: hue angle of 53.41º degrees, saturation: 0.55, 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 #DDD48B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 139 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.13 |
| HSL | 53.41º | 0.55% | 0.71% | - |
| HSV(B) | 53.41º | 0.37% | 0.87% | - |
| XYZ | 58.02 | 64.32 | 33.78 | - |
| YUV | 206.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 139 | 0 | 0.04 | 0.37 | 0.13 | 53.41 | 0.55 | 0.71 |
| Hex | DD | D4 | 8B | 0 | 4 | 25 | D | 35 | 37 | 47 |
| Octal | 335 | 324 | 213 | 0 | 4 | 45 | 15 | 65 | 67 | 107 |
| Binary | 11011101 | 11010100 | 10001011 | 0 | 100 | 100101 | 1101 | 110101 | 110111 | 1000111 |
Color Harmonies of #DDD48B
Complementary color
Monochromatic Colors of #DDD48B
Black with #DDD48B
Text Example
Text Example
White with #DDD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD48B; }
p { color: rgb(221,212,139); }
H1.HeaderClassName
{
color: #DDD48B;
}
.AnyTagClassName
{
color: #DDD48B;
}
</style>
background-color css
<style>
a { background-color: #DDD48B; }
a { background-color: rgb(221,212,139); }
div.DivClassName
{
background-color: #DDD48B;
}
.BgClassName
{
background-color: #DDD48B;
}
</style>
border-color css
<style>
span { border-color: #DDD48B; }
span { border-color: rgb(221,212,139); }
td.TdClassName
{
border-color: #DDD48B;
}
.TagClassName
{
border-color: #DDD48B;
}
</style>