Shades of Primrose #DEDA84
Tints of Primrose #DEDA84
RGB
CMYK
RGB Variations
Color information
#DEDA84 (or 0xDEDA84) is known color: Primrose. HEX triplet: DE, DA and 84. RGB value is (222,218,132). Sum of RGB (Red+Green+Blue) = 222+218+132=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA84 is #21257B. Grayscale: #D1D1D1. Windows color (decimal): -2172284 or 8706782. OLE color: 8706782.
HSL color Cylindrical-coordinate representation of color #DEDA84: hue angle of 57.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEDA84 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 132 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.13 |
| HSL | 57.33º | 0.58% | 0.69% | - |
| HSV(B) | 57.33º | 0.41% | 0.87% | - |
| XYZ | 59.36 | 67.34 | 31.7 | - |
| YUV | 209.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 132 | 0 | 0.02 | 0.41 | 0.13 | 57.33 | 0.58 | 0.69 |
| Hex | DE | DA | 84 | 0 | 2 | 29 | D | 39 | 3A | 45 |
| Octal | 336 | 332 | 204 | 0 | 2 | 51 | 15 | 71 | 72 | 105 |
| Binary | 11011110 | 11011010 | 10000100 | 0 | 10 | 101001 | 1101 | 111001 | 111010 | 1000101 |
Color Harmonies of #DEDA84
Complementary color
Monochromatic Colors of #DEDA84
Black with #DEDA84
Text Example
Text Example
White with #DEDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA84; }
p { color: rgb(222,218,132); }
H1.HeaderClassName
{
color: #DEDA84;
}
.AnyTagClassName
{
color: #DEDA84;
}
</style>
background-color css
<style>
a { background-color: #DEDA84; }
a { background-color: rgb(222,218,132); }
div.DivClassName
{
background-color: #DEDA84;
}
.BgClassName
{
background-color: #DEDA84;
}
</style>
border-color css
<style>
span { border-color: #DEDA84; }
span { border-color: rgb(222,218,132); }
td.TdClassName
{
border-color: #DEDA84;
}
.TagClassName
{
border-color: #DEDA84;
}
</style>