Shades of Primrose #DEDA92
Tints of Primrose #DEDA92
RGB
CMYK
RGB Variations
Color information
#DEDA92 (or 0xDEDA92) is known color: Primrose. HEX triplet: DE, DA and 92. RGB value is (222,218,146). Sum of RGB (Red+Green+Blue) = 222+218+146=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 146 (57.42% from 255 or 24.91% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA92 is #21256D. Grayscale: #D3D3D3. Windows color (decimal): -2172270 or 9624286. OLE color: 9624286.
HSL color Cylindrical-coordinate representation of color #DEDA92: hue angle of 56.84º 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 #DEDA92 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 146 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.13 |
| HSL | 56.84º | 0.54% | 0.72% | - |
| HSV(B) | 56.84º | 0.34% | 0.87% | - |
| XYZ | 60.38 | 67.75 | 37.09 | - |
| YUV | 210.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 146 | 0 | 0.02 | 0.34 | 0.13 | 56.84 | 0.54 | 0.72 |
| Hex | DE | DA | 92 | 0 | 2 | 22 | D | 39 | 36 | 48 |
| Octal | 336 | 332 | 222 | 0 | 2 | 42 | 15 | 71 | 66 | 110 |
| Binary | 11011110 | 11011010 | 10010010 | 0 | 10 | 100010 | 1101 | 111001 | 110110 | 1001000 |
Color Harmonies of #DEDA92
Complementary color
Monochromatic Colors of #DEDA92
Black with #DEDA92
Text Example
Text Example
White with #DEDA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA92; }
p { color: rgb(222,218,146); }
H1.HeaderClassName
{
color: #DEDA92;
}
.AnyTagClassName
{
color: #DEDA92;
}
</style>
background-color css
<style>
a { background-color: #DEDA92; }
a { background-color: rgb(222,218,146); }
div.DivClassName
{
background-color: #DEDA92;
}
.BgClassName
{
background-color: #DEDA92;
}
</style>
border-color css
<style>
span { border-color: #DEDA92; }
span { border-color: rgb(222,218,146); }
td.TdClassName
{
border-color: #DEDA92;
}
.TagClassName
{
border-color: #DEDA92;
}
</style>