Shades of Primrose #DDD882
Tints of Primrose #DDD882
RGB
CMYK
RGB Variations
Color information
#DDD882 (or 0xDDD882) is known color: Primrose. HEX triplet: DD, D8 and 82. RGB value is (221,216,130). Sum of RGB (Red+Green+Blue) = 221+216+130=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD882 is #22277D. Grayscale: #D0D0D0. Windows color (decimal): -2238334 or 8575197. OLE color: 8575197.
HSL color Cylindrical-coordinate representation of color #DDD882: hue angle of 56.7º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDD882 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 130 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 56.7º | 0.57% | 0.69% | - |
| HSV(B) | 56.7º | 0.41% | 0.87% | - |
| XYZ | 58.4 | 66.1 | 30.8 | - |
| YUV | 207.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 130 | 0 | 0.02 | 0.41 | 0.13 | 56.7 | 0.57 | 0.69 |
| Hex | DD | D8 | 82 | 0 | 2 | 29 | D | 39 | 39 | 45 |
| Octal | 335 | 330 | 202 | 0 | 2 | 51 | 15 | 71 | 71 | 105 |
| Binary | 11011101 | 11011000 | 10000010 | 0 | 10 | 101001 | 1101 | 111001 | 111001 | 1000101 |
Color Harmonies of #DDD882
Complementary color
Monochromatic Colors of #DDD882
Black with #DDD882
Text Example
Text Example
White with #DDD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD882; }
p { color: rgb(221,216,130); }
H1.HeaderClassName
{
color: #DDD882;
}
.AnyTagClassName
{
color: #DDD882;
}
</style>
background-color css
<style>
a { background-color: #DDD882; }
a { background-color: rgb(221,216,130); }
div.DivClassName
{
background-color: #DDD882;
}
.BgClassName
{
background-color: #DDD882;
}
</style>
border-color css
<style>
span { border-color: #DDD882; }
span { border-color: rgb(221,216,130); }
td.TdClassName
{
border-color: #DDD882;
}
.TagClassName
{
border-color: #DDD882;
}
</style>