Shades of Primrose #DCD889
Tints of Primrose #DCD889
RGB
CMYK
RGB Variations
Color information
#DCD889 (or 0xDCD889) is known color: Primrose. HEX triplet: DC, D8 and 89. RGB value is (220,216,137). Sum of RGB (Red+Green+Blue) = 220+216+137=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD889 is #232776. Grayscale: #D0D0D0. Windows color (decimal): -2303863 or 9033948. OLE color: 9033948.
HSL color Cylindrical-coordinate representation of color #DCD889: hue angle of 57.11º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCD889 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 137 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.14 |
| HSL | 57.11º | 0.54% | 0.7% | - |
| HSV(B) | 57.11º | 0.38% | 0.86% | - |
| XYZ | 58.59 | 66.13 | 33.34 | - |
| YUV | 208.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 137 | 0 | 0.02 | 0.38 | 0.14 | 57.11 | 0.54 | 0.7 |
| Hex | DC | D8 | 89 | 0 | 2 | 26 | E | 39 | 36 | 46 |
| Octal | 334 | 330 | 211 | 0 | 2 | 46 | 16 | 71 | 66 | 106 |
| Binary | 11011100 | 11011000 | 10001001 | 0 | 10 | 100110 | 1110 | 111001 | 110110 | 1000110 |
Color Harmonies of #DCD889
Complementary color
Monochromatic Colors of #DCD889
Black with #DCD889
Text Example
Text Example
White with #DCD889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD889; }
p { color: rgb(220,216,137); }
H1.HeaderClassName
{
color: #DCD889;
}
.AnyTagClassName
{
color: #DCD889;
}
</style>
background-color css
<style>
a { background-color: #DCD889; }
a { background-color: rgb(220,216,137); }
div.DivClassName
{
background-color: #DCD889;
}
.BgClassName
{
background-color: #DCD889;
}
</style>
border-color css
<style>
span { border-color: #DCD889; }
span { border-color: rgb(220,216,137); }
td.TdClassName
{
border-color: #DCD889;
}
.TagClassName
{
border-color: #DCD889;
}
</style>