Shades of Primrose #DCD98D
Tints of Primrose #DCD98D
RGB
CMYK
RGB Variations
Color information
#DCD98D (or 0xDCD98D) is known color: Primrose. HEX triplet: DC, D9 and 8D. RGB value is (220,217,141). Sum of RGB (Red+Green+Blue) = 220+217+141=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD98D is #232672. Grayscale: #D1D1D1. Windows color (decimal): -2303603 or 9296348. OLE color: 9296348.
HSL color Cylindrical-coordinate representation of color #DCD98D: hue angle of 57.72º 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 #DCD98D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 141 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.14 |
| HSL | 57.72º | 0.53% | 0.71% | - |
| HSV(B) | 57.72º | 0.36% | 0.86% | - |
| XYZ | 59.14 | 66.76 | 34.97 | - |
| YUV | 209.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 141 | 0 | 0.01 | 0.36 | 0.14 | 57.72 | 0.53 | 0.71 |
| Hex | DC | D9 | 8D | 0 | 1 | 24 | E | 3A | 35 | 47 |
| Octal | 334 | 331 | 215 | 0 | 1 | 44 | 16 | 72 | 65 | 107 |
| Binary | 11011100 | 11011001 | 10001101 | 0 | 1 | 100100 | 1110 | 111010 | 110101 | 1000111 |
Color Harmonies of #DCD98D
Complementary color
Monochromatic Colors of #DCD98D
Black with #DCD98D
Text Example
Text Example
White with #DCD98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD98D; }
p { color: rgb(220,217,141); }
H1.HeaderClassName
{
color: #DCD98D;
}
.AnyTagClassName
{
color: #DCD98D;
}
</style>
background-color css
<style>
a { background-color: #DCD98D; }
a { background-color: rgb(220,217,141); }
div.DivClassName
{
background-color: #DCD98D;
}
.BgClassName
{
background-color: #DCD98D;
}
</style>
border-color css
<style>
span { border-color: #DCD98D; }
span { border-color: rgb(220,217,141); }
td.TdClassName
{
border-color: #DCD98D;
}
.TagClassName
{
border-color: #DCD98D;
}
</style>