Shades of Primrose #DCD58C
Tints of Primrose #DCD58C
RGB
CMYK
RGB Variations
Color information
#DCD58C (or 0xDCD58C) is known color: Primrose. HEX triplet: DC, D5 and 8C. RGB value is (220,213,140). Sum of RGB (Red+Green+Blue) = 220+213+140=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58C is #232A73. Grayscale: #CFCFCF. Windows color (decimal): -2304628 or 9229788. OLE color: 9229788.
HSL color Cylindrical-coordinate representation of color #DCD58C: hue angle of 54.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCD58C is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 140 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.14 |
| HSL | 54.75º | 0.53% | 0.71% | - |
| HSV(B) | 54.75º | 0.36% | 0.86% | - |
| XYZ | 58.04 | 64.7 | 34.24 | - |
| YUV | 206.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 140 | 0 | 0.03 | 0.36 | 0.14 | 54.75 | 0.53 | 0.71 |
| Hex | DC | D5 | 8C | 0 | 3 | 24 | E | 37 | 35 | 47 |
| Octal | 334 | 325 | 214 | 0 | 3 | 44 | 16 | 67 | 65 | 107 |
| Binary | 11011100 | 11010101 | 10001100 | 0 | 11 | 100100 | 1110 | 110111 | 110101 | 1000111 |
Color Harmonies of #DCD58C
Complementary color
Monochromatic Colors of #DCD58C
Black with #DCD58C
Text Example
Text Example
White with #DCD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD58C; }
p { color: rgb(220,213,140); }
H1.HeaderClassName
{
color: #DCD58C;
}
.AnyTagClassName
{
color: #DCD58C;
}
</style>
background-color css
<style>
a { background-color: #DCD58C; }
a { background-color: rgb(220,213,140); }
div.DivClassName
{
background-color: #DCD58C;
}
.BgClassName
{
background-color: #DCD58C;
}
</style>
border-color css
<style>
span { border-color: #DCD58C; }
span { border-color: rgb(220,213,140); }
td.TdClassName
{
border-color: #DCD58C;
}
.TagClassName
{
border-color: #DCD58C;
}
</style>