Shades of Primrose #DED992
Tints of Primrose #DED992
RGB
CMYK
RGB Variations
Color information
#DED992 (or 0xDED992) is known color: Primrose. HEX triplet: DE, D9 and 92. RGB value is (222,217,146). Sum of RGB (Red+Green+Blue) = 222+217+146=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED992 is #21266D. Grayscale: #D2D2D2. Windows color (decimal): -2172526 or 9624030. OLE color: 9624030.
HSL color Cylindrical-coordinate representation of color #DED992: hue angle of 56.05º 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 #DED992 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 146 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56.05º | 0.54% | 0.72% | - |
| HSV(B) | 56.05º | 0.34% | 0.87% | - |
| XYZ | 60.13 | 67.23 | 37 | - |
| YUV | 210.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 146 | 0 | 0.02 | 0.34 | 0.13 | 56.05 | 0.54 | 0.72 |
| Hex | DE | D9 | 92 | 0 | 2 | 22 | D | 38 | 36 | 48 |
| Octal | 336 | 331 | 222 | 0 | 2 | 42 | 15 | 70 | 66 | 110 |
| Binary | 11011110 | 11011001 | 10010010 | 0 | 10 | 100010 | 1101 | 111000 | 110110 | 1001000 |
Color Harmonies of #DED992
Complementary color
Monochromatic Colors of #DED992
Black with #DED992
Text Example
Text Example
White with #DED992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED992; }
p { color: rgb(222,217,146); }
H1.HeaderClassName
{
color: #DED992;
}
.AnyTagClassName
{
color: #DED992;
}
</style>
background-color css
<style>
a { background-color: #DED992; }
a { background-color: rgb(222,217,146); }
div.DivClassName
{
background-color: #DED992;
}
.BgClassName
{
background-color: #DED992;
}
</style>
border-color css
<style>
span { border-color: #DED992; }
span { border-color: rgb(222,217,146); }
td.TdClassName
{
border-color: #DED992;
}
.TagClassName
{
border-color: #DED992;
}
</style>