Shades of Primrose #DEDC99
Tints of Primrose #DEDC99
RGB
CMYK
RGB Variations
Color information
#DEDC99 (or 0xDEDC99) is known color: Primrose. HEX triplet: DE, DC and 99. RGB value is (222,220,153). Sum of RGB (Red+Green+Blue) = 222+220+153=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC99 is #212366. Grayscale: #D5D5D5. Windows color (decimal): -2171751 or 10083550. OLE color: 10083550.
HSL color Cylindrical-coordinate representation of color #DEDC99: hue angle of 58.26º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEDC99 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 153 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.13 |
| HSL | 58.26º | 0.51% | 0.74% | - |
| HSV(B) | 58.26º | 0.31% | 0.87% | - |
| XYZ | 61.47 | 69.02 | 40.22 | - |
| YUV | 212.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 153 | 0 | 0.01 | 0.31 | 0.13 | 58.26 | 0.51 | 0.74 |
| Hex | DE | DC | 99 | 0 | 1 | 1F | D | 3A | 33 | 4A |
| Octal | 336 | 334 | 231 | 0 | 1 | 37 | 15 | 72 | 63 | 112 |
| Binary | 11011110 | 11011100 | 10011001 | 0 | 1 | 11111 | 1101 | 111010 | 110011 | 1001010 |
Color Harmonies of #DEDC99
Complementary color
Monochromatic Colors of #DEDC99
Black with #DEDC99
Text Example
Text Example
White with #DEDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC99; }
p { color: rgb(222,220,153); }
H1.HeaderClassName
{
color: #DEDC99;
}
.AnyTagClassName
{
color: #DEDC99;
}
</style>
background-color css
<style>
a { background-color: #DEDC99; }
a { background-color: rgb(222,220,153); }
div.DivClassName
{
background-color: #DEDC99;
}
.BgClassName
{
background-color: #DEDC99;
}
</style>
border-color css
<style>
span { border-color: #DEDC99; }
span { border-color: rgb(222,220,153); }
td.TdClassName
{
border-color: #DEDC99;
}
.TagClassName
{
border-color: #DEDC99;
}
</style>