Shades of Primrose #DCD984
Tints of Primrose #DCD984
RGB
CMYK
RGB Variations
Color information
#DCD984 (or 0xDCD984) is known color: Primrose. HEX triplet: DC, D9 and 84. RGB value is (220,217,132). Sum of RGB (Red+Green+Blue) = 220+217+132=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD984 is #23267B. Grayscale: #D0D0D0. Windows color (decimal): -2303612 or 8706524. OLE color: 8706524.
HSL color Cylindrical-coordinate representation of color #DCD984: hue angle of 57.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD984 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 132 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.14 |
| HSL | 57.95º | 0.56% | 0.69% | - |
| HSV(B) | 57.95º | 0.4% | 0.86% | - |
| XYZ | 58.49 | 66.51 | 31.58 | - |
| YUV | 208.21 | 84.99 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 132 | 0 | 0.01 | 0.40 | 0.14 | 57.95 | 0.56 | 0.69 |
| Hex | DC | D9 | 84 | 0 | 1 | 28 | E | 3A | 38 | 45 |
| Octal | 334 | 331 | 204 | 0 | 1 | 50 | 16 | 72 | 70 | 105 |
| Binary | 11011100 | 11011001 | 10000100 | 0 | 1 | 101000 | 1110 | 111010 | 111000 | 1000101 |
Color Harmonies of #DCD984
Complementary color
Monochromatic Colors of #DCD984
Black with #DCD984
Text Example
Text Example
White with #DCD984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD984; }
p { color: rgb(220,217,132); }
H1.HeaderClassName
{
color: #DCD984;
}
.AnyTagClassName
{
color: #DCD984;
}
</style>
background-color css
<style>
a { background-color: #DCD984; }
a { background-color: rgb(220,217,132); }
div.DivClassName
{
background-color: #DCD984;
}
.BgClassName
{
background-color: #DCD984;
}
</style>
border-color css
<style>
span { border-color: #DCD984; }
span { border-color: rgb(220,217,132); }
td.TdClassName
{
border-color: #DCD984;
}
.TagClassName
{
border-color: #DCD984;
}
</style>