Shades of Primrose #DDD885
Tints of Primrose #DDD885
RGB
CMYK
RGB Variations
Color information
#DDD885 (or 0xDDD885) is known color: Primrose. HEX triplet: DD, D8 and 85. RGB value is (221,216,133). Sum of RGB (Red+Green+Blue) = 221+216+133=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD885 is #22277A. Grayscale: #D0D0D0. Windows color (decimal): -2238331 or 8771805. OLE color: 8771805.
HSL color Cylindrical-coordinate representation of color #DDD885: hue angle of 56.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDD885 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 133 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.13 |
| HSL | 56.59º | 0.56% | 0.69% | - |
| HSV(B) | 56.59º | 0.4% | 0.87% | - |
| XYZ | 58.61 | 66.18 | 31.87 | - |
| YUV | 208.03 | 85.66 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 133 | 0 | 0.02 | 0.40 | 0.13 | 56.59 | 0.56 | 0.69 |
| Hex | DD | D8 | 85 | 0 | 2 | 28 | D | 39 | 38 | 45 |
| Octal | 335 | 330 | 205 | 0 | 2 | 50 | 15 | 71 | 70 | 105 |
| Binary | 11011101 | 11011000 | 10000101 | 0 | 10 | 101000 | 1101 | 111001 | 111000 | 1000101 |
Color Harmonies of #DDD885
Complementary color
Monochromatic Colors of #DDD885
Black with #DDD885
Text Example
Text Example
White with #DDD885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD885; }
p { color: rgb(221,216,133); }
H1.HeaderClassName
{
color: #DDD885;
}
.AnyTagClassName
{
color: #DDD885;
}
</style>
background-color css
<style>
a { background-color: #DDD885; }
a { background-color: rgb(221,216,133); }
div.DivClassName
{
background-color: #DDD885;
}
.BgClassName
{
background-color: #DDD885;
}
</style>
border-color css
<style>
span { border-color: #DDD885; }
span { border-color: rgb(221,216,133); }
td.TdClassName
{
border-color: #DDD885;
}
.TagClassName
{
border-color: #DDD885;
}
</style>