Shades of Primrose #DCD48D
Tints of Primrose #DCD48D
RGB
CMYK
RGB Variations
Color information
#DCD48D (or 0xDCD48D) is known color: Primrose. HEX triplet: DC, D4 and 8D. RGB value is (220,212,141). Sum of RGB (Red+Green+Blue) = 220+212+141=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD48D is #232B72. Grayscale: #CECECE. Windows color (decimal): -2304883 or 9295068. OLE color: 9295068.
HSL color Cylindrical-coordinate representation of color #DCD48D: hue angle of 53.92º 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 #DCD48D is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 141 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.14 |
| HSL | 53.92º | 0.53% | 0.71% | - |
| HSV(B) | 53.92º | 0.36% | 0.86% | - |
| XYZ | 57.87 | 64.23 | 34.55 | - |
| YUV | 206.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 141 | 0 | 0.04 | 0.36 | 0.14 | 53.92 | 0.53 | 0.71 |
| Hex | DC | D4 | 8D | 0 | 4 | 24 | E | 36 | 35 | 47 |
| Octal | 334 | 324 | 215 | 0 | 4 | 44 | 16 | 66 | 65 | 107 |
| Binary | 11011100 | 11010100 | 10001101 | 0 | 100 | 100100 | 1110 | 110110 | 110101 | 1000111 |
Color Harmonies of #DCD48D
Complementary color
Monochromatic Colors of #DCD48D
Black with #DCD48D
Text Example
Text Example
White with #DCD48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD48D; }
p { color: rgb(220,212,141); }
H1.HeaderClassName
{
color: #DCD48D;
}
.AnyTagClassName
{
color: #DCD48D;
}
</style>
background-color css
<style>
a { background-color: #DCD48D; }
a { background-color: rgb(220,212,141); }
div.DivClassName
{
background-color: #DCD48D;
}
.BgClassName
{
background-color: #DCD48D;
}
</style>
border-color css
<style>
span { border-color: #DCD48D; }
span { border-color: rgb(220,212,141); }
td.TdClassName
{
border-color: #DCD48D;
}
.TagClassName
{
border-color: #DCD48D;
}
</style>