Shades of Primrose #DCD58E
Tints of Primrose #DCD58E
RGB
CMYK
RGB Variations
Color information
#DCD58E (or 0xDCD58E) is known color: Primrose. HEX triplet: DC, D5 and 8E. RGB value is (220,213,142). Sum of RGB (Red+Green+Blue) = 220+213+142=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58E is #232A71. Grayscale: #CFCFCF. Windows color (decimal): -2304626 or 9360860. OLE color: 9360860.
HSL color Cylindrical-coordinate representation of color #DCD58E: hue angle of 54.62º degrees, saturation: 0.53, 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 #DCD58E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 142 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.14 |
| HSL | 54.62º | 0.53% | 0.71% | - |
| HSV(B) | 54.62º | 0.35% | 0.86% | - |
| XYZ | 58.19 | 64.76 | 35.02 | - |
| YUV | 207 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 142 | 0 | 0.03 | 0.35 | 0.14 | 54.62 | 0.53 | 0.71 |
| Hex | DC | D5 | 8E | 0 | 3 | 23 | E | 37 | 35 | 47 |
| Octal | 334 | 325 | 216 | 0 | 3 | 43 | 16 | 67 | 65 | 107 |
| Binary | 11011100 | 11010101 | 10001110 | 0 | 11 | 100011 | 1110 | 110111 | 110101 | 1000111 |
Color Harmonies of #DCD58E
Complementary color
Monochromatic Colors of #DCD58E
Black with #DCD58E
Text Example
Text Example
White with #DCD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD58E; }
p { color: rgb(220,213,142); }
H1.HeaderClassName
{
color: #DCD58E;
}
.AnyTagClassName
{
color: #DCD58E;
}
</style>
background-color css
<style>
a { background-color: #DCD58E; }
a { background-color: rgb(220,213,142); }
div.DivClassName
{
background-color: #DCD58E;
}
.BgClassName
{
background-color: #DCD58E;
}
</style>
border-color css
<style>
span { border-color: #DCD58E; }
span { border-color: rgb(220,213,142); }
td.TdClassName
{
border-color: #DCD58E;
}
.TagClassName
{
border-color: #DCD58E;
}
</style>