Shades of Primrose #DEDC92
Tints of Primrose #DEDC92
RGB
CMYK
RGB Variations
Color information
#DEDC92 (or 0xDEDC92) is known color: Primrose. HEX triplet: DE, DC and 92. RGB value is (222,220,146). Sum of RGB (Red+Green+Blue) = 222+220+146=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 146 (57.42% from 255 or 24.83% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC92 is #21236D. Grayscale: #D4D4D4. Windows color (decimal): -2171758 or 9624798. OLE color: 9624798.
HSL color Cylindrical-coordinate representation of color #DEDC92: hue angle of 58.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEDC92 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 146 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.13 |
| HSL | 58.42º | 0.54% | 0.72% | - |
| HSV(B) | 58.42º | 0.34% | 0.87% | - |
| XYZ | 60.91 | 68.79 | 37.26 | - |
| YUV | 212.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 146 | 0 | 0.01 | 0.34 | 0.13 | 58.42 | 0.54 | 0.72 |
| Hex | DE | DC | 92 | 0 | 1 | 22 | D | 3A | 36 | 48 |
| Octal | 336 | 334 | 222 | 0 | 1 | 42 | 15 | 72 | 66 | 110 |
| Binary | 11011110 | 11011100 | 10010010 | 0 | 1 | 100010 | 1101 | 111010 | 110110 | 1001000 |
Color Harmonies of #DEDC92
Complementary color
Monochromatic Colors of #DEDC92
Black with #DEDC92
Text Example
Text Example
White with #DEDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC92; }
p { color: rgb(222,220,146); }
H1.HeaderClassName
{
color: #DEDC92;
}
.AnyTagClassName
{
color: #DEDC92;
}
</style>
background-color css
<style>
a { background-color: #DEDC92; }
a { background-color: rgb(222,220,146); }
div.DivClassName
{
background-color: #DEDC92;
}
.BgClassName
{
background-color: #DEDC92;
}
</style>
border-color css
<style>
span { border-color: #DEDC92; }
span { border-color: rgb(222,220,146); }
td.TdClassName
{
border-color: #DEDC92;
}
.TagClassName
{
border-color: #DEDC92;
}
</style>