Shades of Primrose #DEDC90
Tints of Primrose #DEDC90
RGB
CMYK
RGB Variations
Color information
#DEDC90 (or 0xDEDC90) is known color: Primrose. HEX triplet: DE, DC and 90. RGB value is (222,220,144). Sum of RGB (Red+Green+Blue) = 222+220+144=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC90 is #21236F. Grayscale: #D4D4D4. Windows color (decimal): -2171760 or 9493726. OLE color: 9493726.
HSL color Cylindrical-coordinate representation of color #DEDC90: hue angle of 58.46º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEDC90 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 144 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 58.46º | 0.54% | 0.72% | - |
| HSV(B) | 58.46º | 0.35% | 0.87% | - |
| XYZ | 60.75 | 68.73 | 36.45 | - |
| YUV | 211.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 144 | 0 | 0.01 | 0.35 | 0.13 | 58.46 | 0.54 | 0.72 |
| Hex | DE | DC | 90 | 0 | 1 | 23 | D | 3A | 36 | 48 |
| Octal | 336 | 334 | 220 | 0 | 1 | 43 | 15 | 72 | 66 | 110 |
| Binary | 11011110 | 11011100 | 10010000 | 0 | 1 | 100011 | 1101 | 111010 | 110110 | 1001000 |
Color Harmonies of #DEDC90
Complementary color
Monochromatic Colors of #DEDC90
Black with #DEDC90
Text Example
Text Example
White with #DEDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC90; }
p { color: rgb(222,220,144); }
H1.HeaderClassName
{
color: #DEDC90;
}
.AnyTagClassName
{
color: #DEDC90;
}
</style>
background-color css
<style>
a { background-color: #DEDC90; }
a { background-color: rgb(222,220,144); }
div.DivClassName
{
background-color: #DEDC90;
}
.BgClassName
{
background-color: #DEDC90;
}
</style>
border-color css
<style>
span { border-color: #DEDC90; }
span { border-color: rgb(222,220,144); }
td.TdClassName
{
border-color: #DEDC90;
}
.TagClassName
{
border-color: #DEDC90;
}
</style>