Shades of Primrose #DCDA8D
Tints of Primrose #DCDA8D
RGB
CMYK
RGB Variations
Color information
#DCDA8D (or 0xDCDA8D) is known color: Primrose. HEX triplet: DC, DA and 8D. RGB value is (220,218,141). Sum of RGB (Red+Green+Blue) = 220+218+141=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA8D is #232572. Grayscale: #D2D2D2. Windows color (decimal): -2303347 or 9296604. OLE color: 9296604.
HSL color Cylindrical-coordinate representation of color #DCDA8D: hue angle of 58.48º 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 #DCDA8D is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 141 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.14 |
| HSL | 58.48º | 0.53% | 0.71% | - |
| HSV(B) | 58.48º | 0.36% | 0.86% | - |
| XYZ | 59.39 | 67.28 | 35.06 | - |
| YUV | 209.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 141 | 0 | 0.01 | 0.36 | 0.14 | 58.48 | 0.53 | 0.71 |
| Hex | DC | DA | 8D | 0 | 1 | 24 | E | 3A | 35 | 47 |
| Octal | 334 | 332 | 215 | 0 | 1 | 44 | 16 | 72 | 65 | 107 |
| Binary | 11011100 | 11011010 | 10001101 | 0 | 1 | 100100 | 1110 | 111010 | 110101 | 1000111 |
Color Harmonies of #DCDA8D
Complementary color
Monochromatic Colors of #DCDA8D
Black with #DCDA8D
Text Example
Text Example
White with #DCDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA8D; }
p { color: rgb(220,218,141); }
H1.HeaderClassName
{
color: #DCDA8D;
}
.AnyTagClassName
{
color: #DCDA8D;
}
</style>
background-color css
<style>
a { background-color: #DCDA8D; }
a { background-color: rgb(220,218,141); }
div.DivClassName
{
background-color: #DCDA8D;
}
.BgClassName
{
background-color: #DCDA8D;
}
</style>
border-color css
<style>
span { border-color: #DCDA8D; }
span { border-color: rgb(220,218,141); }
td.TdClassName
{
border-color: #DCDA8D;
}
.TagClassName
{
border-color: #DCDA8D;
}
</style>