Shades of Primrose #DED48D
Tints of Primrose #DED48D
RGB
CMYK
RGB Variations
Color information
#DED48D (or 0xDED48D) is known color: Primrose. HEX triplet: DE, D4 and 8D. RGB value is (222,212,141). Sum of RGB (Red+Green+Blue) = 222+212+141=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED48D is #212B72. Grayscale: #CFCFCF. Windows color (decimal): -2173811 or 9295070. OLE color: 9295070.
HSL color Cylindrical-coordinate representation of color #DED48D: hue angle of 52.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DED48D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 141 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.13 |
| HSL | 52.59º | 0.55% | 0.71% | - |
| HSV(B) | 52.59º | 0.36% | 0.87% | - |
| XYZ | 58.48 | 64.54 | 34.57 | - |
| YUV | 206.9 | 90.81 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 141 | 0 | 0.05 | 0.36 | 0.13 | 52.59 | 0.55 | 0.71 |
| Hex | DE | D4 | 8D | 0 | 5 | 24 | D | 35 | 37 | 47 |
| Octal | 336 | 324 | 215 | 0 | 5 | 44 | 15 | 65 | 67 | 107 |
| Binary | 11011110 | 11010100 | 10001101 | 0 | 101 | 100100 | 1101 | 110101 | 110111 | 1000111 |
Color Harmonies of #DED48D
Complementary color
Monochromatic Colors of #DED48D
Black with #DED48D
Text Example
Text Example
White with #DED48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED48D; }
p { color: rgb(222,212,141); }
H1.HeaderClassName
{
color: #DED48D;
}
.AnyTagClassName
{
color: #DED48D;
}
</style>
background-color css
<style>
a { background-color: #DED48D; }
a { background-color: rgb(222,212,141); }
div.DivClassName
{
background-color: #DED48D;
}
.BgClassName
{
background-color: #DED48D;
}
</style>
border-color css
<style>
span { border-color: #DED48D; }
span { border-color: rgb(222,212,141); }
td.TdClassName
{
border-color: #DED48D;
}
.TagClassName
{
border-color: #DED48D;
}
</style>