Shades of Primrose #DCD587
Tints of Primrose #DCD587
RGB
CMYK
RGB Variations
Color information
#DCD587 (or 0xDCD587) is known color: Primrose. HEX triplet: DC, D5 and 87. RGB value is (220,213,135). Sum of RGB (Red+Green+Blue) = 220+213+135=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD587 is #232A78. Grayscale: #CECECE. Windows color (decimal): -2304633 or 8902108. OLE color: 8902108.
HSL color Cylindrical-coordinate representation of color #DCD587: hue angle of 55.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCD587 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 135 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.14 |
| HSL | 55.06º | 0.55% | 0.7% | - |
| HSV(B) | 55.06º | 0.39% | 0.86% | - |
| XYZ | 57.68 | 64.55 | 32.34 | - |
| YUV | 206.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 135 | 0 | 0.03 | 0.39 | 0.14 | 55.06 | 0.55 | 0.7 |
| Hex | DC | D5 | 87 | 0 | 3 | 27 | E | 37 | 37 | 46 |
| Octal | 334 | 325 | 207 | 0 | 3 | 47 | 16 | 67 | 67 | 106 |
| Binary | 11011100 | 11010101 | 10000111 | 0 | 11 | 100111 | 1110 | 110111 | 110111 | 1000110 |
Color Harmonies of #DCD587
Complementary color
Monochromatic Colors of #DCD587
Black with #DCD587
Text Example
Text Example
White with #DCD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD587; }
p { color: rgb(220,213,135); }
H1.HeaderClassName
{
color: #DCD587;
}
.AnyTagClassName
{
color: #DCD587;
}
</style>
background-color css
<style>
a { background-color: #DCD587; }
a { background-color: rgb(220,213,135); }
div.DivClassName
{
background-color: #DCD587;
}
.BgClassName
{
background-color: #DCD587;
}
</style>
border-color css
<style>
span { border-color: #DCD587; }
span { border-color: rgb(220,213,135); }
td.TdClassName
{
border-color: #DCD587;
}
.TagClassName
{
border-color: #DCD587;
}
</style>