Shades of Primrose #DED788
Tints of Primrose #DED788
RGB
CMYK
RGB Variations
Color information
#DED788 (or 0xDED788) is known color: Primrose. HEX triplet: DE, D7 and 88. RGB value is (222,215,136). Sum of RGB (Red+Green+Blue) = 222+215+136=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DED788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED788 is #212877. Grayscale: #D0D0D0. Windows color (decimal): -2173048 or 8968158. OLE color: 8968158.
HSL color Cylindrical-coordinate representation of color #DED788: hue angle of 55.12º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DED788 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 136 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.13 |
| HSL | 55.12º | 0.57% | 0.7% | - |
| HSV(B) | 55.12º | 0.39% | 0.87% | - |
| XYZ | 58.87 | 65.91 | 32.91 | - |
| YUV | 208.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 136 | 0 | 0.03 | 0.39 | 0.13 | 55.12 | 0.57 | 0.7 |
| Hex | DE | D7 | 88 | 0 | 3 | 27 | D | 37 | 39 | 46 |
| Octal | 336 | 327 | 210 | 0 | 3 | 47 | 15 | 67 | 71 | 106 |
| Binary | 11011110 | 11010111 | 10001000 | 0 | 11 | 100111 | 1101 | 110111 | 111001 | 1000110 |
Color Harmonies of #DED788
Complementary color
Monochromatic Colors of #DED788
Black with #DED788
Text Example
Text Example
White with #DED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED788; }
p { color: rgb(222,215,136); }
H1.HeaderClassName
{
color: #DED788;
}
.AnyTagClassName
{
color: #DED788;
}
</style>
background-color css
<style>
a { background-color: #DED788; }
a { background-color: rgb(222,215,136); }
div.DivClassName
{
background-color: #DED788;
}
.BgClassName
{
background-color: #DED788;
}
</style>
border-color css
<style>
span { border-color: #DED788; }
span { border-color: rgb(222,215,136); }
td.TdClassName
{
border-color: #DED788;
}
.TagClassName
{
border-color: #DED788;
}
</style>