Shades of Primrose #DEDC84
Tints of Primrose #DEDC84
RGB
CMYK
RGB Variations
Color information
#DEDC84 (or 0xDEDC84) is known color: Primrose. HEX triplet: DE, DC and 84. RGB value is (222,220,132). Sum of RGB (Red+Green+Blue) = 222+220+132=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC84 is #21237B. Grayscale: #D2D2D2. Windows color (decimal): -2171772 or 8707294. OLE color: 8707294.
HSL color Cylindrical-coordinate representation of color #DEDC84: hue angle of 58.67º 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 #DEDC84 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 132 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.67º | 0.58% | 0.69% | - |
| HSV(B) | 58.67º | 0.41% | 0.87% | - |
| XYZ | 59.88 | 68.38 | 31.87 | - |
| YUV | 210.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 132 | 0 | 0.01 | 0.41 | 0.13 | 58.67 | 0.58 | 0.69 |
| Hex | DE | DC | 84 | 0 | 1 | 29 | D | 3B | 3A | 45 |
| Octal | 336 | 334 | 204 | 0 | 1 | 51 | 15 | 73 | 72 | 105 |
| Binary | 11011110 | 11011100 | 10000100 | 0 | 1 | 101001 | 1101 | 111011 | 111010 | 1000101 |
Color Harmonies of #DEDC84
Complementary color
Monochromatic Colors of #DEDC84
Black with #DEDC84
Text Example
Text Example
White with #DEDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC84; }
p { color: rgb(222,220,132); }
H1.HeaderClassName
{
color: #DEDC84;
}
.AnyTagClassName
{
color: #DEDC84;
}
</style>
background-color css
<style>
a { background-color: #DEDC84; }
a { background-color: rgb(222,220,132); }
div.DivClassName
{
background-color: #DEDC84;
}
.BgClassName
{
background-color: #DEDC84;
}
</style>
border-color css
<style>
span { border-color: #DEDC84; }
span { border-color: rgb(222,220,132); }
td.TdClassName
{
border-color: #DEDC84;
}
.TagClassName
{
border-color: #DEDC84;
}
</style>