Shades of Primrose #DEDC95
Tints of Primrose #DEDC95
RGB
CMYK
RGB Variations
Color information
#DEDC95 (or 0xDEDC95) is known color: Primrose. HEX triplet: DE, DC and 95. RGB value is (222,220,149). Sum of RGB (Red+Green+Blue) = 222+220+149=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC95 is #21236A. Grayscale: #D4D4D4. Windows color (decimal): -2171755 or 9821406. OLE color: 9821406.
HSL color Cylindrical-coordinate representation of color #DEDC95: hue angle of 58.36º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEDC95 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 149 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.13 |
| HSL | 58.36º | 0.53% | 0.73% | - |
| HSV(B) | 58.36º | 0.33% | 0.87% | - |
| XYZ | 61.14 | 68.89 | 38.51 | - |
| YUV | 212.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 149 | 0 | 0.01 | 0.33 | 0.13 | 58.36 | 0.53 | 0.73 |
| Hex | DE | DC | 95 | 0 | 1 | 21 | D | 3A | 35 | 49 |
| Octal | 336 | 334 | 225 | 0 | 1 | 41 | 15 | 72 | 65 | 111 |
| Binary | 11011110 | 11011100 | 10010101 | 0 | 1 | 100001 | 1101 | 111010 | 110101 | 1001001 |
Color Harmonies of #DEDC95
Complementary color
Monochromatic Colors of #DEDC95
Black with #DEDC95
Text Example
Text Example
White with #DEDC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC95; }
p { color: rgb(222,220,149); }
H1.HeaderClassName
{
color: #DEDC95;
}
.AnyTagClassName
{
color: #DEDC95;
}
</style>
background-color css
<style>
a { background-color: #DEDC95; }
a { background-color: rgb(222,220,149); }
div.DivClassName
{
background-color: #DEDC95;
}
.BgClassName
{
background-color: #DEDC95;
}
</style>
border-color css
<style>
span { border-color: #DEDC95; }
span { border-color: rgb(222,220,149); }
td.TdClassName
{
border-color: #DEDC95;
}
.TagClassName
{
border-color: #DEDC95;
}
</style>