Shades of Primrose #DCD98E
Tints of Primrose #DCD98E
RGB
CMYK
RGB Variations
Color information
#DCD98E (or 0xDCD98E) is known color: Primrose. HEX triplet: DC, D9 and 8E. RGB value is (220,217,142). Sum of RGB (Red+Green+Blue) = 220+217+142=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD98E is #232671. Grayscale: #D1D1D1. Windows color (decimal): -2303602 or 9361884. OLE color: 9361884.
HSL color Cylindrical-coordinate representation of color #DCD98E: hue angle of 57.69º 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 #DCD98E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 142 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.14 |
| HSL | 57.69º | 0.53% | 0.71% | - |
| HSV(B) | 57.69º | 0.35% | 0.86% | - |
| XYZ | 59.21 | 66.79 | 35.36 | - |
| YUV | 209.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 142 | 0 | 0.01 | 0.35 | 0.14 | 57.69 | 0.53 | 0.71 |
| Hex | DC | D9 | 8E | 0 | 1 | 23 | E | 3A | 35 | 47 |
| Octal | 334 | 331 | 216 | 0 | 1 | 43 | 16 | 72 | 65 | 107 |
| Binary | 11011100 | 11011001 | 10001110 | 0 | 1 | 100011 | 1110 | 111010 | 110101 | 1000111 |
Color Harmonies of #DCD98E
Complementary color
Monochromatic Colors of #DCD98E
Black with #DCD98E
Text Example
Text Example
White with #DCD98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD98E; }
p { color: rgb(220,217,142); }
H1.HeaderClassName
{
color: #DCD98E;
}
.AnyTagClassName
{
color: #DCD98E;
}
</style>
background-color css
<style>
a { background-color: #DCD98E; }
a { background-color: rgb(220,217,142); }
div.DivClassName
{
background-color: #DCD98E;
}
.BgClassName
{
background-color: #DCD98E;
}
</style>
border-color css
<style>
span { border-color: #DCD98E; }
span { border-color: rgb(220,217,142); }
td.TdClassName
{
border-color: #DCD98E;
}
.TagClassName
{
border-color: #DCD98E;
}
</style>