Shades of Primrose #DCD589
Tints of Primrose #DCD589
RGB
CMYK
RGB Variations
Color information
#DCD589 (or 0xDCD589) is known color: Primrose. HEX triplet: DC, D5 and 89. RGB value is (220,213,137). Sum of RGB (Red+Green+Blue) = 220+213+137=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD589 is #232A76. Grayscale: #CECECE. Windows color (decimal): -2304631 or 9033180. OLE color: 9033180.
HSL color Cylindrical-coordinate representation of color #DCD589: hue angle of 54.94º 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 #DCD589 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 137 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.14 |
| HSL | 54.94º | 0.54% | 0.7% | - |
| HSV(B) | 54.94º | 0.38% | 0.86% | - |
| XYZ | 57.82 | 64.61 | 33.09 | - |
| YUV | 206.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 137 | 0 | 0.03 | 0.38 | 0.14 | 54.94 | 0.54 | 0.7 |
| Hex | DC | D5 | 89 | 0 | 3 | 26 | E | 37 | 36 | 46 |
| Octal | 334 | 325 | 211 | 0 | 3 | 46 | 16 | 67 | 66 | 106 |
| Binary | 11011100 | 11010101 | 10001001 | 0 | 11 | 100110 | 1110 | 110111 | 110110 | 1000110 |
Color Harmonies of #DCD589
Complementary color
Monochromatic Colors of #DCD589
Black with #DCD589
Text Example
Text Example
White with #DCD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD589; }
p { color: rgb(220,213,137); }
H1.HeaderClassName
{
color: #DCD589;
}
.AnyTagClassName
{
color: #DCD589;
}
</style>
background-color css
<style>
a { background-color: #DCD589; }
a { background-color: rgb(220,213,137); }
div.DivClassName
{
background-color: #DCD589;
}
.BgClassName
{
background-color: #DCD589;
}
</style>
border-color css
<style>
span { border-color: #DCD589; }
span { border-color: rgb(220,213,137); }
td.TdClassName
{
border-color: #DCD589;
}
.TagClassName
{
border-color: #DCD589;
}
</style>