Shades of Primrose #DEDA91
Tints of Primrose #DEDA91
RGB
CMYK
RGB Variations
Color information
#DEDA91 (or 0xDEDA91) is known color: Primrose. HEX triplet: DE, DA and 91. RGB value is (222,218,145). Sum of RGB (Red+Green+Blue) = 222+218+145=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA91 is #21256E. Grayscale: #D3D3D3. Windows color (decimal): -2172271 or 9558750. OLE color: 9558750.
HSL color Cylindrical-coordinate representation of color #DEDA91: hue angle of 56.88º 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 #DEDA91 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 145 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.13 |
| HSL | 56.88º | 0.54% | 0.72% | - |
| HSV(B) | 56.88º | 0.35% | 0.87% | - |
| XYZ | 60.31 | 67.72 | 36.68 | - |
| YUV | 210.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 145 | 0 | 0.02 | 0.35 | 0.13 | 56.88 | 0.54 | 0.72 |
| Hex | DE | DA | 91 | 0 | 2 | 23 | D | 39 | 36 | 48 |
| Octal | 336 | 332 | 221 | 0 | 2 | 43 | 15 | 71 | 66 | 110 |
| Binary | 11011110 | 11011010 | 10010001 | 0 | 10 | 100011 | 1101 | 111001 | 110110 | 1001000 |
Color Harmonies of #DEDA91
Complementary color
Monochromatic Colors of #DEDA91
Black with #DEDA91
Text Example
Text Example
White with #DEDA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA91; }
p { color: rgb(222,218,145); }
H1.HeaderClassName
{
color: #DEDA91;
}
.AnyTagClassName
{
color: #DEDA91;
}
</style>
background-color css
<style>
a { background-color: #DEDA91; }
a { background-color: rgb(222,218,145); }
div.DivClassName
{
background-color: #DEDA91;
}
.BgClassName
{
background-color: #DEDA91;
}
</style>
border-color css
<style>
span { border-color: #DEDA91; }
span { border-color: rgb(222,218,145); }
td.TdClassName
{
border-color: #DEDA91;
}
.TagClassName
{
border-color: #DEDA91;
}
</style>