Shades of Primrose #DED892
Tints of Primrose #DED892
RGB
CMYK
RGB Variations
Color information
#DED892 (or 0xDED892) is known color: Primrose. HEX triplet: DE, D8 and 92. RGB value is (222,216,146). Sum of RGB (Red+Green+Blue) = 222+216+146=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED892 is #21276D. Grayscale: #D2D2D2. Windows color (decimal): -2172782 or 9623774. OLE color: 9623774.
HSL color Cylindrical-coordinate representation of color #DED892: hue angle of 55.26º 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 #DED892 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 146 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.13 |
| HSL | 55.26º | 0.54% | 0.72% | - |
| HSV(B) | 55.26º | 0.34% | 0.87% | - |
| XYZ | 59.87 | 66.72 | 36.92 | - |
| YUV | 209.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 146 | 0 | 0.03 | 0.34 | 0.13 | 55.26 | 0.54 | 0.72 |
| Hex | DE | D8 | 92 | 0 | 3 | 22 | D | 37 | 36 | 48 |
| Octal | 336 | 330 | 222 | 0 | 3 | 42 | 15 | 67 | 66 | 110 |
| Binary | 11011110 | 11011000 | 10010010 | 0 | 11 | 100010 | 1101 | 110111 | 110110 | 1001000 |
Color Harmonies of #DED892
Complementary color
Monochromatic Colors of #DED892
Black with #DED892
Text Example
Text Example
White with #DED892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED892; }
p { color: rgb(222,216,146); }
H1.HeaderClassName
{
color: #DED892;
}
.AnyTagClassName
{
color: #DED892;
}
</style>
background-color css
<style>
a { background-color: #DED892; }
a { background-color: rgb(222,216,146); }
div.DivClassName
{
background-color: #DED892;
}
.BgClassName
{
background-color: #DED892;
}
</style>
border-color css
<style>
span { border-color: #DED892; }
span { border-color: rgb(222,216,146); }
td.TdClassName
{
border-color: #DED892;
}
.TagClassName
{
border-color: #DED892;
}
</style>