Shades of Primrose #DDDC89
Tints of Primrose #DDDC89
RGB
CMYK
RGB Variations
Color information
#DDDC89 (or 0xDDDC89) is known color: Primrose. HEX triplet: DD, DC and 89. RGB value is (221,220,137). Sum of RGB (Red+Green+Blue) = 221+220+137=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 137 (53.91% from 255 or 23.70% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC89 is #222376. Grayscale: #D3D3D3. Windows color (decimal): -2237303 or 9034973. OLE color: 9034973.
HSL color Cylindrical-coordinate representation of color #DDDC89: hue angle of 59.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDDC89 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 137 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.13 |
| HSL | 59.29º | 0.55% | 0.7% | - |
| HSV(B) | 59.29º | 0.38% | 0.87% | - |
| XYZ | 59.93 | 68.36 | 33.7 | - |
| YUV | 210.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 137 | 0 | 0.00 | 0.38 | 0.13 | 59.29 | 0.55 | 0.7 |
| Hex | DD | DC | 89 | 0 | 0 | 26 | D | 3B | 37 | 46 |
| Octal | 335 | 334 | 211 | 0 | 0 | 46 | 15 | 73 | 67 | 106 |
| Binary | 11011101 | 11011100 | 10001001 | 0 | 0 | 100110 | 1101 | 111011 | 110111 | 1000110 |
Color Harmonies of #DDDC89
Complementary color
Monochromatic Colors of #DDDC89
Black with #DDDC89
Text Example
Text Example
White with #DDDC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC89; }
p { color: rgb(221,220,137); }
H1.HeaderClassName
{
color: #DDDC89;
}
.AnyTagClassName
{
color: #DDDC89;
}
</style>
background-color css
<style>
a { background-color: #DDDC89; }
a { background-color: rgb(221,220,137); }
div.DivClassName
{
background-color: #DDDC89;
}
.BgClassName
{
background-color: #DDDC89;
}
</style>
border-color css
<style>
span { border-color: #DDDC89; }
span { border-color: rgb(221,220,137); }
td.TdClassName
{
border-color: #DDDC89;
}
.TagClassName
{
border-color: #DDDC89;
}
</style>