Shades of Primrose #DCD588
Tints of Primrose #DCD588
RGB
CMYK
RGB Variations
Color information
#DCD588 (or 0xDCD588) is known color: Primrose. HEX triplet: DC, D5 and 88. RGB value is (220,213,136). Sum of RGB (Red+Green+Blue) = 220+213+136=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD588 is #232A77. Grayscale: #CECECE. Windows color (decimal): -2304632 or 8967644. OLE color: 8967644.
HSL color Cylindrical-coordinate representation of color #DCD588: hue angle of 55º 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 #DCD588 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 136 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.14 |
| HSL | 55º | 0.55% | 0.7% | - |
| HSV(B) | 55º | 0.38% | 0.86% | - |
| XYZ | 57.75 | 64.58 | 32.71 | - |
| YUV | 206.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 136 | 0 | 0.03 | 0.38 | 0.14 | 55 | 0.55 | 0.7 |
| Hex | DC | D5 | 88 | 0 | 3 | 26 | E | 37 | 37 | 46 |
| Octal | 334 | 325 | 210 | 0 | 3 | 46 | 16 | 67 | 67 | 106 |
| Binary | 11011100 | 11010101 | 10001000 | 0 | 11 | 100110 | 1110 | 110111 | 110111 | 1000110 |
Color Harmonies of #DCD588
Complementary color
Monochromatic Colors of #DCD588
Black with #DCD588
Text Example
Text Example
White with #DCD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD588; }
p { color: rgb(220,213,136); }
H1.HeaderClassName
{
color: #DCD588;
}
.AnyTagClassName
{
color: #DCD588;
}
</style>
background-color css
<style>
a { background-color: #DCD588; }
a { background-color: rgb(220,213,136); }
div.DivClassName
{
background-color: #DCD588;
}
.BgClassName
{
background-color: #DCD588;
}
</style>
border-color css
<style>
span { border-color: #DCD588; }
span { border-color: rgb(220,213,136); }
td.TdClassName
{
border-color: #DCD588;
}
.TagClassName
{
border-color: #DCD588;
}
</style>