Shades of Primrose #DED88B
Tints of Primrose #DED88B
RGB
CMYK
RGB Variations
Color information
#DED88B (or 0xDED88B) is known color: Primrose. HEX triplet: DE, D8 and 8B. RGB value is (222,216,139). Sum of RGB (Red+Green+Blue) = 222+216+139=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DED88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED88B is #212774. Grayscale: #D1D1D1. Windows color (decimal): -2172789 or 9165022. OLE color: 9165022.
HSL color Cylindrical-coordinate representation of color #DED88B: hue angle of 55.66º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DED88B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 139 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.13 |
| HSL | 55.66º | 0.56% | 0.71% | - |
| HSV(B) | 55.66º | 0.37% | 0.87% | - |
| XYZ | 59.34 | 66.51 | 34.14 | - |
| YUV | 209.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 139 | 0 | 0.03 | 0.37 | 0.13 | 55.66 | 0.56 | 0.71 |
| Hex | DE | D8 | 8B | 0 | 3 | 25 | D | 38 | 38 | 47 |
| Octal | 336 | 330 | 213 | 0 | 3 | 45 | 15 | 70 | 70 | 107 |
| Binary | 11011110 | 11011000 | 10001011 | 0 | 11 | 100101 | 1101 | 111000 | 111000 | 1000111 |
Color Harmonies of #DED88B
Complementary color
Monochromatic Colors of #DED88B
Black with #DED88B
Text Example
Text Example
White with #DED88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED88B; }
p { color: rgb(222,216,139); }
H1.HeaderClassName
{
color: #DED88B;
}
.AnyTagClassName
{
color: #DED88B;
}
</style>
background-color css
<style>
a { background-color: #DED88B; }
a { background-color: rgb(222,216,139); }
div.DivClassName
{
background-color: #DED88B;
}
.BgClassName
{
background-color: #DED88B;
}
</style>
border-color css
<style>
span { border-color: #DED88B; }
span { border-color: rgb(222,216,139); }
td.TdClassName
{
border-color: #DED88B;
}
.TagClassName
{
border-color: #DED88B;
}
</style>