Shades of Primrose #DEDC91
Tints of Primrose #DEDC91
RGB
CMYK
RGB Variations
Color information
#DEDC91 (or 0xDEDC91) is known color: Primrose. HEX triplet: DE, DC and 91. RGB value is (222,220,145). Sum of RGB (Red+Green+Blue) = 222+220+145=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC91 is #21236E. Grayscale: #D4D4D4. Windows color (decimal): -2171759 or 9559262. OLE color: 9559262.
HSL color Cylindrical-coordinate representation of color #DEDC91: hue angle of 58.44º 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 #DEDC91 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 145 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.13 |
| HSL | 58.44º | 0.54% | 0.72% | - |
| HSV(B) | 58.44º | 0.35% | 0.87% | - |
| XYZ | 60.83 | 68.76 | 36.85 | - |
| YUV | 212.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 145 | 0 | 0.01 | 0.35 | 0.13 | 58.44 | 0.54 | 0.72 |
| Hex | DE | DC | 91 | 0 | 1 | 23 | D | 3A | 36 | 48 |
| Octal | 336 | 334 | 221 | 0 | 1 | 43 | 15 | 72 | 66 | 110 |
| Binary | 11011110 | 11011100 | 10010001 | 0 | 1 | 100011 | 1101 | 111010 | 110110 | 1001000 |
Color Harmonies of #DEDC91
Complementary color
Monochromatic Colors of #DEDC91
Black with #DEDC91
Text Example
Text Example
White with #DEDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC91; }
p { color: rgb(222,220,145); }
H1.HeaderClassName
{
color: #DEDC91;
}
.AnyTagClassName
{
color: #DEDC91;
}
</style>
background-color css
<style>
a { background-color: #DEDC91; }
a { background-color: rgb(222,220,145); }
div.DivClassName
{
background-color: #DEDC91;
}
.BgClassName
{
background-color: #DEDC91;
}
</style>
border-color css
<style>
span { border-color: #DEDC91; }
span { border-color: rgb(222,220,145); }
td.TdClassName
{
border-color: #DEDC91;
}
.TagClassName
{
border-color: #DEDC91;
}
</style>