Shades of Primrose #DEDB89
Tints of Primrose #DEDB89
RGB
CMYK
RGB Variations
Color information
#DEDB89 (or 0xDEDB89) is known color: Primrose. HEX triplet: DE, DB and 89. RGB value is (222,219,137). Sum of RGB (Red+Green+Blue) = 222+219+137=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 137 (53.91% from 255 or 23.70% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB89 is #212476. Grayscale: #D2D2D2. Windows color (decimal): -2172023 or 9034718. OLE color: 9034718.
HSL color Cylindrical-coordinate representation of color #DEDB89: hue angle of 57.88º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEDB89 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 137 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.13 |
| HSL | 57.88º | 0.56% | 0.7% | - |
| HSV(B) | 57.88º | 0.38% | 0.87% | - |
| XYZ | 59.97 | 68 | 33.63 | - |
| YUV | 210.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 137 | 0 | 0.01 | 0.38 | 0.13 | 57.88 | 0.56 | 0.7 |
| Hex | DE | DB | 89 | 0 | 1 | 26 | D | 3A | 38 | 46 |
| Octal | 336 | 333 | 211 | 0 | 1 | 46 | 15 | 72 | 70 | 106 |
| Binary | 11011110 | 11011011 | 10001001 | 0 | 1 | 100110 | 1101 | 111010 | 111000 | 1000110 |
Color Harmonies of #DEDB89
Complementary color
Monochromatic Colors of #DEDB89
Black with #DEDB89
Text Example
Text Example
White with #DEDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB89; }
p { color: rgb(222,219,137); }
H1.HeaderClassName
{
color: #DEDB89;
}
.AnyTagClassName
{
color: #DEDB89;
}
</style>
background-color css
<style>
a { background-color: #DEDB89; }
a { background-color: rgb(222,219,137); }
div.DivClassName
{
background-color: #DEDB89;
}
.BgClassName
{
background-color: #DEDB89;
}
</style>
border-color css
<style>
span { border-color: #DEDB89; }
span { border-color: rgb(222,219,137); }
td.TdClassName
{
border-color: #DEDB89;
}
.TagClassName
{
border-color: #DEDB89;
}
</style>