Shades of Primrose #DCD48A
Tints of Primrose #DCD48A
RGB
CMYK
RGB Variations
Color information
#DCD48A (or 0xDCD48A) is known color: Primrose. HEX triplet: DC, D4 and 8A. RGB value is (220,212,138). Sum of RGB (Red+Green+Blue) = 220+212+138=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD48A is #232B75. Grayscale: #CECECE. Windows color (decimal): -2304886 or 9098460. OLE color: 9098460.
HSL color Cylindrical-coordinate representation of color #DCD48A: hue angle of 54.15º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD48A is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 138 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.14 |
| HSL | 54.15º | 0.54% | 0.7% | - |
| HSV(B) | 54.15º | 0.37% | 0.86% | - |
| XYZ | 57.65 | 64.14 | 33.39 | - |
| YUV | 205.96 | 89.65 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 138 | 0 | 0.04 | 0.37 | 0.14 | 54.15 | 0.54 | 0.7 |
| Hex | DC | D4 | 8A | 0 | 4 | 25 | E | 36 | 36 | 46 |
| Octal | 334 | 324 | 212 | 0 | 4 | 45 | 16 | 66 | 66 | 106 |
| Binary | 11011100 | 11010100 | 10001010 | 0 | 100 | 100101 | 1110 | 110110 | 110110 | 1000110 |
Color Harmonies of #DCD48A
Complementary color
Monochromatic Colors of #DCD48A
Black with #DCD48A
Text Example
Text Example
White with #DCD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD48A; }
p { color: rgb(220,212,138); }
H1.HeaderClassName
{
color: #DCD48A;
}
.AnyTagClassName
{
color: #DCD48A;
}
</style>
background-color css
<style>
a { background-color: #DCD48A; }
a { background-color: rgb(220,212,138); }
div.DivClassName
{
background-color: #DCD48A;
}
.BgClassName
{
background-color: #DCD48A;
}
</style>
border-color css
<style>
span { border-color: #DCD48A; }
span { border-color: rgb(220,212,138); }
td.TdClassName
{
border-color: #DCD48A;
}
.TagClassName
{
border-color: #DCD48A;
}
</style>