Shades of Primrose #DEDC82
Tints of Primrose #DEDC82
RGB
CMYK
RGB Variations
Color information
#DEDC82 (or 0xDEDC82) is known color: Primrose. HEX triplet: DE, DC and 82. RGB value is (222,220,130). Sum of RGB (Red+Green+Blue) = 222+220+130=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 130 (51.17% from 255 or 22.73% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC82 is #21237D. Grayscale: #D2D2D2. Windows color (decimal): -2171774 or 8576222. OLE color: 8576222.
HSL color Cylindrical-coordinate representation of color #DEDC82: hue angle of 58.7º 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 #DEDC82 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 130 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.13 |
| HSL | 58.7º | 0.58% | 0.69% | - |
| HSV(B) | 58.7º | 0.41% | 0.87% | - |
| XYZ | 59.75 | 68.33 | 31.16 | - |
| YUV | 210.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 130 | 0 | 0.01 | 0.41 | 0.13 | 58.7 | 0.58 | 0.69 |
| Hex | DE | DC | 82 | 0 | 1 | 29 | D | 3B | 3A | 45 |
| Octal | 336 | 334 | 202 | 0 | 1 | 51 | 15 | 73 | 72 | 105 |
| Binary | 11011110 | 11011100 | 10000010 | 0 | 1 | 101001 | 1101 | 111011 | 111010 | 1000101 |
Color Harmonies of #DEDC82
Complementary color
Monochromatic Colors of #DEDC82
Black with #DEDC82
Text Example
Text Example
White with #DEDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC82; }
p { color: rgb(222,220,130); }
H1.HeaderClassName
{
color: #DEDC82;
}
.AnyTagClassName
{
color: #DEDC82;
}
</style>
background-color css
<style>
a { background-color: #DEDC82; }
a { background-color: rgb(222,220,130); }
div.DivClassName
{
background-color: #DEDC82;
}
.BgClassName
{
background-color: #DEDC82;
}
</style>
border-color css
<style>
span { border-color: #DEDC82; }
span { border-color: rgb(222,220,130); }
td.TdClassName
{
border-color: #DEDC82;
}
.TagClassName
{
border-color: #DEDC82;
}
</style>