Shades of Primrose #DCD48F
Tints of Primrose #DCD48F
RGB
CMYK
RGB Variations
Color information
#DCD48F (or 0xDCD48F) is known color: Primrose. HEX triplet: DC, D4 and 8F. RGB value is (220,212,143). Sum of RGB (Red+Green+Blue) = 220+212+143=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD48F is #232B70. Grayscale: #CECECE. Windows color (decimal): -2304881 or 9426140. OLE color: 9426140.
HSL color Cylindrical-coordinate representation of color #DCD48F: hue angle of 53.77º degrees, saturation: 0.52, 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 #DCD48F is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 143 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.14 |
| HSL | 53.77º | 0.52% | 0.71% | - |
| HSV(B) | 53.77º | 0.35% | 0.86% | - |
| XYZ | 58.02 | 64.29 | 35.34 | - |
| YUV | 206.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 143 | 0 | 0.04 | 0.35 | 0.14 | 53.77 | 0.52 | 0.71 |
| Hex | DC | D4 | 8F | 0 | 4 | 23 | E | 36 | 34 | 47 |
| Octal | 334 | 324 | 217 | 0 | 4 | 43 | 16 | 66 | 64 | 107 |
| Binary | 11011100 | 11010100 | 10001111 | 0 | 100 | 100011 | 1110 | 110110 | 110100 | 1000111 |
Color Harmonies of #DCD48F
Complementary color
Monochromatic Colors of #DCD48F
Black with #DCD48F
Text Example
Text Example
White with #DCD48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD48F; }
p { color: rgb(220,212,143); }
H1.HeaderClassName
{
color: #DCD48F;
}
.AnyTagClassName
{
color: #DCD48F;
}
</style>
background-color css
<style>
a { background-color: #DCD48F; }
a { background-color: rgb(220,212,143); }
div.DivClassName
{
background-color: #DCD48F;
}
.BgClassName
{
background-color: #DCD48F;
}
</style>
border-color css
<style>
span { border-color: #DCD48F; }
span { border-color: rgb(220,212,143); }
td.TdClassName
{
border-color: #DCD48F;
}
.TagClassName
{
border-color: #DCD48F;
}
</style>