Shades of Primrose #DCD988
Tints of Primrose #DCD988
RGB
CMYK
RGB Variations
Color information
#DCD988 (or 0xDCD988) is known color: Primrose. HEX triplet: DC, D9 and 88. RGB value is (220,217,136). Sum of RGB (Red+Green+Blue) = 220+217+136=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD988 is #232677. Grayscale: #D0D0D0. Windows color (decimal): -2303608 or 8968668. OLE color: 8968668.
HSL color Cylindrical-coordinate representation of color #DCD988: hue angle of 57.86º degrees, saturation: 0.55, 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 #DCD988 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 136 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.14 |
| HSL | 57.86º | 0.55% | 0.7% | - |
| HSV(B) | 57.86º | 0.38% | 0.86% | - |
| XYZ | 58.77 | 66.62 | 33.05 | - |
| YUV | 208.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 136 | 0 | 0.01 | 0.38 | 0.14 | 57.86 | 0.55 | 0.7 |
| Hex | DC | D9 | 88 | 0 | 1 | 26 | E | 3A | 37 | 46 |
| Octal | 334 | 331 | 210 | 0 | 1 | 46 | 16 | 72 | 67 | 106 |
| Binary | 11011100 | 11011001 | 10001000 | 0 | 1 | 100110 | 1110 | 111010 | 110111 | 1000110 |
Color Harmonies of #DCD988
Complementary color
Monochromatic Colors of #DCD988
Black with #DCD988
Text Example
Text Example
White with #DCD988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD988; }
p { color: rgb(220,217,136); }
H1.HeaderClassName
{
color: #DCD988;
}
.AnyTagClassName
{
color: #DCD988;
}
</style>
background-color css
<style>
a { background-color: #DCD988; }
a { background-color: rgb(220,217,136); }
div.DivClassName
{
background-color: #DCD988;
}
.BgClassName
{
background-color: #DCD988;
}
</style>
border-color css
<style>
span { border-color: #DCD988; }
span { border-color: rgb(220,217,136); }
td.TdClassName
{
border-color: #DCD988;
}
.TagClassName
{
border-color: #DCD988;
}
</style>