Shades of Primrose #DEDC81
Tints of Primrose #DEDC81
RGB
CMYK
RGB Variations
Color information
#DEDC81 (or 0xDEDC81) is known color: Primrose. HEX triplet: DE, DC and 81. RGB value is (222,220,129). Sum of RGB (Red+Green+Blue) = 222+220+129=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC81 is #21237E. Grayscale: #D2D2D2. Windows color (decimal): -2171775 or 8510686. OLE color: 8510686.
HSL color Cylindrical-coordinate representation of color #DEDC81: hue angle of 58.71º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEDC81 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 129 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.13 |
| HSL | 58.71º | 0.58% | 0.69% | - |
| HSV(B) | 58.71º | 0.42% | 0.87% | - |
| XYZ | 59.68 | 68.3 | 30.81 | - |
| YUV | 210.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 129 | 0 | 0.01 | 0.42 | 0.13 | 58.71 | 0.58 | 0.69 |
| Hex | DE | DC | 81 | 0 | 1 | 2A | D | 3B | 3A | 45 |
| Octal | 336 | 334 | 201 | 0 | 1 | 52 | 15 | 73 | 72 | 105 |
| Binary | 11011110 | 11011100 | 10000001 | 0 | 1 | 101010 | 1101 | 111011 | 111010 | 1000101 |
Color Harmonies of #DEDC81
Complementary color
Monochromatic Colors of #DEDC81
Black with #DEDC81
Text Example
Text Example
White with #DEDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC81; }
p { color: rgb(222,220,129); }
H1.HeaderClassName
{
color: #DEDC81;
}
.AnyTagClassName
{
color: #DEDC81;
}
</style>
background-color css
<style>
a { background-color: #DEDC81; }
a { background-color: rgb(222,220,129); }
div.DivClassName
{
background-color: #DEDC81;
}
.BgClassName
{
background-color: #DEDC81;
}
</style>
border-color css
<style>
span { border-color: #DEDC81; }
span { border-color: rgb(222,220,129); }
td.TdClassName
{
border-color: #DEDC81;
}
.TagClassName
{
border-color: #DEDC81;
}
</style>