Shades of Primrose #DDDC87
Tints of Primrose #DDDC87
RGB
CMYK
RGB Variations
Color information
#DDDC87 (or 0xDDDC87) is known color: Primrose. HEX triplet: DD, DC and 87. RGB value is (221,220,135). Sum of RGB (Red+Green+Blue) = 221+220+135=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC87 is #222378. Grayscale: #D2D2D2. Windows color (decimal): -2237305 or 8903901. OLE color: 8903901.
HSL color Cylindrical-coordinate representation of color #DDDC87: hue angle of 59.3º 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 #DDDC87 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 135 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.13 |
| HSL | 59.3º | 0.56% | 0.7% | - |
| HSV(B) | 59.3º | 0.39% | 0.87% | - |
| XYZ | 59.79 | 68.31 | 32.96 | - |
| YUV | 210.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 135 | 0 | 0.00 | 0.39 | 0.13 | 59.3 | 0.56 | 0.7 |
| Hex | DD | DC | 87 | 0 | 0 | 27 | D | 3B | 38 | 46 |
| Octal | 335 | 334 | 207 | 0 | 0 | 47 | 15 | 73 | 70 | 106 |
| Binary | 11011101 | 11011100 | 10000111 | 0 | 0 | 100111 | 1101 | 111011 | 111000 | 1000110 |
Color Harmonies of #DDDC87
Complementary color
Monochromatic Colors of #DDDC87
Black with #DDDC87
Text Example
Text Example
White with #DDDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC87; }
p { color: rgb(221,220,135); }
H1.HeaderClassName
{
color: #DDDC87;
}
.AnyTagClassName
{
color: #DDDC87;
}
</style>
background-color css
<style>
a { background-color: #DDDC87; }
a { background-color: rgb(221,220,135); }
div.DivClassName
{
background-color: #DDDC87;
}
.BgClassName
{
background-color: #DDDC87;
}
</style>
border-color css
<style>
span { border-color: #DDDC87; }
span { border-color: rgb(221,220,135); }
td.TdClassName
{
border-color: #DDDC87;
}
.TagClassName
{
border-color: #DDDC87;
}
</style>