Shades of Primrose #DDD881
Tints of Primrose #DDD881
RGB
CMYK
RGB Variations
Color information
#DDD881 (or 0xDDD881) is known color: Primrose. HEX triplet: DD, D8 and 81. RGB value is (221,216,129). Sum of RGB (Red+Green+Blue) = 221+216+129=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 129 (50.78% from 255 or 22.79% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD881 is #22277E. Grayscale: #CFCFCF. Windows color (decimal): -2238335 or 8509661. OLE color: 8509661.
HSL color Cylindrical-coordinate representation of color #DDD881: hue angle of 56.74º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDD881 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 129 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.13 |
| HSL | 56.74º | 0.58% | 0.69% | - |
| HSV(B) | 56.74º | 0.42% | 0.87% | - |
| XYZ | 58.34 | 66.07 | 30.45 | - |
| YUV | 207.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 129 | 0 | 0.02 | 0.42 | 0.13 | 56.74 | 0.58 | 0.69 |
| Hex | DD | D8 | 81 | 0 | 2 | 2A | D | 39 | 3A | 45 |
| Octal | 335 | 330 | 201 | 0 | 2 | 52 | 15 | 71 | 72 | 105 |
| Binary | 11011101 | 11011000 | 10000001 | 0 | 10 | 101010 | 1101 | 111001 | 111010 | 1000101 |
Color Harmonies of #DDD881
Complementary color
Monochromatic Colors of #DDD881
Black with #DDD881
Text Example
Text Example
White with #DDD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD881; }
p { color: rgb(221,216,129); }
H1.HeaderClassName
{
color: #DDD881;
}
.AnyTagClassName
{
color: #DDD881;
}
</style>
background-color css
<style>
a { background-color: #DDD881; }
a { background-color: rgb(221,216,129); }
div.DivClassName
{
background-color: #DDD881;
}
.BgClassName
{
background-color: #DDD881;
}
</style>
border-color css
<style>
span { border-color: #DDD881; }
span { border-color: rgb(221,216,129); }
td.TdClassName
{
border-color: #DDD881;
}
.TagClassName
{
border-color: #DDD881;
}
</style>