Shades of Primrose #DEDA90
Tints of Primrose #DEDA90
RGB
CMYK
RGB Variations
Color information
#DEDA90 (or 0xDEDA90) is known color: Primrose. HEX triplet: DE, DA and 90. RGB value is (222,218,144). Sum of RGB (Red+Green+Blue) = 222+218+144=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA90 is #21256F. Grayscale: #D3D3D3. Windows color (decimal): -2172272 or 9493214. OLE color: 9493214.
HSL color Cylindrical-coordinate representation of color #DEDA90: hue angle of 56.92º 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 #DEDA90 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 144 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.92º | 0.54% | 0.72% | - |
| HSV(B) | 56.92º | 0.35% | 0.87% | - |
| XYZ | 60.23 | 67.69 | 36.28 | - |
| YUV | 210.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 144 | 0 | 0.02 | 0.35 | 0.13 | 56.92 | 0.54 | 0.72 |
| Hex | DE | DA | 90 | 0 | 2 | 23 | D | 39 | 36 | 48 |
| Octal | 336 | 332 | 220 | 0 | 2 | 43 | 15 | 71 | 66 | 110 |
| Binary | 11011110 | 11011010 | 10010000 | 0 | 10 | 100011 | 1101 | 111001 | 110110 | 1001000 |
Color Harmonies of #DEDA90
Complementary color
Monochromatic Colors of #DEDA90
Black with #DEDA90
Text Example
Text Example
White with #DEDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA90; }
p { color: rgb(222,218,144); }
H1.HeaderClassName
{
color: #DEDA90;
}
.AnyTagClassName
{
color: #DEDA90;
}
</style>
background-color css
<style>
a { background-color: #DEDA90; }
a { background-color: rgb(222,218,144); }
div.DivClassName
{
background-color: #DEDA90;
}
.BgClassName
{
background-color: #DEDA90;
}
</style>
border-color css
<style>
span { border-color: #DEDA90; }
span { border-color: rgb(222,218,144); }
td.TdClassName
{
border-color: #DEDA90;
}
.TagClassName
{
border-color: #DEDA90;
}
</style>