Shades of Primrose #DDDD87
Tints of Primrose #DDDD87
RGB
CMYK
RGB Variations
Color information
#DDDD87 (or 0xDDDD87) is known color: Primrose. HEX triplet: DD, DD and 87. RGB value is (221,221,135). Sum of RGB (Red+Green+Blue) = 221+221+135=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 135 (53.12% from 255 or 23.40% from 577); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD87 is #222278. Grayscale: #D3D3D3. Windows color (decimal): -2237049 or 8904157. OLE color: 8904157.
HSL color Cylindrical-coordinate representation of color #DDDD87: hue angle of 60º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDDD87 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 135 | - |
| CMYK | 0 | 0 | 0.39 | 0.13 |
| HSL | 60º | 0.56% | 0.7% | - |
| HSV(B) | 60º | 0.39% | 0.87% | - |
| XYZ | 60.05 | 68.83 | 33.04 | - |
| YUV | 211.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 135 | 0 | 0 | 0.39 | 0.13 | 60 | 0.56 | 0.7 |
| Hex | DD | DD | 87 | 0 | 0 | 27 | D | 3C | 38 | 46 |
| Octal | 335 | 335 | 207 | 0 | 0 | 47 | 15 | 74 | 70 | 106 |
| Binary | 11011101 | 11011101 | 10000111 | 0 | 0 | 100111 | 1101 | 111100 | 111000 | 1000110 |
Color Harmonies of #DDDD87
Complementary color
Monochromatic Colors of #DDDD87
Black with #DDDD87
Text Example
Text Example
White with #DDDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD87; }
p { color: rgb(221,221,135); }
H1.HeaderClassName
{
color: #DDDD87;
}
.AnyTagClassName
{
color: #DDDD87;
}
</style>
background-color css
<style>
a { background-color: #DDDD87; }
a { background-color: rgb(221,221,135); }
div.DivClassName
{
background-color: #DDDD87;
}
.BgClassName
{
background-color: #DDDD87;
}
</style>
border-color css
<style>
span { border-color: #DDDD87; }
span { border-color: rgb(221,221,135); }
td.TdClassName
{
border-color: #DDDD87;
}
.TagClassName
{
border-color: #DDDD87;
}
</style>