Shades of Primrose #DED899
Tints of Primrose #DED899
RGB
CMYK
RGB Variations
Color information
#DED899 (or 0xDED899) is known color: Primrose. HEX triplet: DE, D8 and 99. RGB value is (222,216,153). Sum of RGB (Red+Green+Blue) = 222+216+153=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DED899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED899 is #212766. Grayscale: #D2D2D2. Windows color (decimal): -2172775 or 10082526. OLE color: 10082526.
HSL color Cylindrical-coordinate representation of color #DED899: hue angle of 54.78º 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 #DED899 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 153 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.13 |
| HSL | 54.78º | 0.51% | 0.74% | - |
| HSV(B) | 54.78º | 0.31% | 0.87% | - |
| XYZ | 60.43 | 66.94 | 39.87 | - |
| YUV | 210.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 153 | 0 | 0.03 | 0.31 | 0.13 | 54.78 | 0.51 | 0.74 |
| Hex | DE | D8 | 99 | 0 | 3 | 1F | D | 37 | 33 | 4A |
| Octal | 336 | 330 | 231 | 0 | 3 | 37 | 15 | 67 | 63 | 112 |
| Binary | 11011110 | 11011000 | 10011001 | 0 | 11 | 11111 | 1101 | 110111 | 110011 | 1001010 |
Color Harmonies of #DED899
Complementary color
Monochromatic Colors of #DED899
Black with #DED899
Text Example
Text Example
White with #DED899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED899; }
p { color: rgb(222,216,153); }
H1.HeaderClassName
{
color: #DED899;
}
.AnyTagClassName
{
color: #DED899;
}
</style>
background-color css
<style>
a { background-color: #DED899; }
a { background-color: rgb(222,216,153); }
div.DivClassName
{
background-color: #DED899;
}
.BgClassName
{
background-color: #DED899;
}
</style>
border-color css
<style>
span { border-color: #DED899; }
span { border-color: rgb(222,216,153); }
td.TdClassName
{
border-color: #DED899;
}
.TagClassName
{
border-color: #DED899;
}
</style>