Shades of Primrose #DCD590
Tints of Primrose #DCD590
RGB
CMYK
RGB Variations
Color information
#DCD590 (or 0xDCD590) is known color: Primrose. HEX triplet: DC, D5 and 90. RGB value is (220,213,144). Sum of RGB (Red+Green+Blue) = 220+213+144=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD590 is #232A6F. Grayscale: #CFCFCF. Windows color (decimal): -2304624 or 9491932. OLE color: 9491932.
HSL color Cylindrical-coordinate representation of color #DCD590: hue angle of 54.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD590 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 144 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.14 |
| HSL | 54.47º | 0.52% | 0.71% | - |
| HSV(B) | 54.47º | 0.35% | 0.86% | - |
| XYZ | 58.34 | 64.82 | 35.82 | - |
| YUV | 207.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 144 | 0 | 0.03 | 0.35 | 0.14 | 54.47 | 0.52 | 0.71 |
| Hex | DC | D5 | 90 | 0 | 3 | 23 | E | 36 | 34 | 47 |
| Octal | 334 | 325 | 220 | 0 | 3 | 43 | 16 | 66 | 64 | 107 |
| Binary | 11011100 | 11010101 | 10010000 | 0 | 11 | 100011 | 1110 | 110110 | 110100 | 1000111 |
Color Harmonies of #DCD590
Complementary color
Monochromatic Colors of #DCD590
Black with #DCD590
Text Example
Text Example
White with #DCD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD590; }
p { color: rgb(220,213,144); }
H1.HeaderClassName
{
color: #DCD590;
}
.AnyTagClassName
{
color: #DCD590;
}
</style>
background-color css
<style>
a { background-color: #DCD590; }
a { background-color: rgb(220,213,144); }
div.DivClassName
{
background-color: #DCD590;
}
.BgClassName
{
background-color: #DCD590;
}
</style>
border-color css
<style>
span { border-color: #DCD590; }
span { border-color: rgb(220,213,144); }
td.TdClassName
{
border-color: #DCD590;
}
.TagClassName
{
border-color: #DCD590;
}
</style>