Shades of Primrose #DEDB84
Tints of Primrose #DEDB84
RGB
CMYK
RGB Variations
Color information
#DEDB84 (or 0xDEDB84) is known color: Primrose. HEX triplet: DE, DB and 84. RGB value is (222,219,132). Sum of RGB (Red+Green+Blue) = 222+219+132=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB84 is #21247B. Grayscale: #D2D2D2. Windows color (decimal): -2172028 or 8707038. OLE color: 8707038.
HSL color Cylindrical-coordinate representation of color #DEDB84: hue angle of 58º 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 #DEDB84 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 132 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58º | 0.58% | 0.69% | - |
| HSV(B) | 58º | 0.41% | 0.87% | - |
| XYZ | 59.62 | 67.86 | 31.79 | - |
| YUV | 209.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 132 | 0 | 0.01 | 0.41 | 0.13 | 58 | 0.58 | 0.69 |
| Hex | DE | DB | 84 | 0 | 1 | 29 | D | 3A | 3A | 45 |
| Octal | 336 | 333 | 204 | 0 | 1 | 51 | 15 | 72 | 72 | 105 |
| Binary | 11011110 | 11011011 | 10000100 | 0 | 1 | 101001 | 1101 | 111010 | 111010 | 1000101 |
Color Harmonies of #DEDB84
Complementary color
Monochromatic Colors of #DEDB84
Black with #DEDB84
Text Example
Text Example
White with #DEDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB84; }
p { color: rgb(222,219,132); }
H1.HeaderClassName
{
color: #DEDB84;
}
.AnyTagClassName
{
color: #DEDB84;
}
</style>
background-color css
<style>
a { background-color: #DEDB84; }
a { background-color: rgb(222,219,132); }
div.DivClassName
{
background-color: #DEDB84;
}
.BgClassName
{
background-color: #DEDB84;
}
</style>
border-color css
<style>
span { border-color: #DEDB84; }
span { border-color: rgb(222,219,132); }
td.TdClassName
{
border-color: #DEDB84;
}
.TagClassName
{
border-color: #DEDB84;
}
</style>