Shades of Primrose #D9DB89
Tints of Primrose #D9DB89
RGB
CMYK
RGB Variations
Color information
#D9DB89 (or 0xD9DB89) is known color: Primrose. HEX triplet: D9, DB and 89. RGB value is (217,219,137). Sum of RGB (Red+Green+Blue) = 217+219+137=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB89 is #262476. Grayscale: #D1D1D1. Windows color (decimal): -2499703 or 9034713. OLE color: 9034713.
HSL color Cylindrical-coordinate representation of color #D9DB89: hue angle of 61.46º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9DB89 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 137 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.14 |
| HSL | 61.46º | 0.53% | 0.7% | - |
| HSV(B) | 61.46º | 0.37% | 0.86% | - |
| XYZ | 58.46 | 67.22 | 33.56 | - |
| YUV | 209.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 137 | 0.01 | 0 | 0.37 | 0.14 | 61.46 | 0.53 | 0.7 |
| Hex | D9 | DB | 89 | 1 | 0 | 25 | E | 3D | 35 | 46 |
| Octal | 331 | 333 | 211 | 1 | 0 | 45 | 16 | 75 | 65 | 106 |
| Binary | 11011001 | 11011011 | 10001001 | 1 | 0 | 100101 | 1110 | 111101 | 110101 | 1000110 |
Color Harmonies of #D9DB89
Complementary color
Monochromatic Colors of #D9DB89
Black with #D9DB89
Text Example
Text Example
White with #D9DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB89; }
p { color: rgb(217,219,137); }
H1.HeaderClassName
{
color: #D9DB89;
}
.AnyTagClassName
{
color: #D9DB89;
}
</style>
background-color css
<style>
a { background-color: #D9DB89; }
a { background-color: rgb(217,219,137); }
div.DivClassName
{
background-color: #D9DB89;
}
.BgClassName
{
background-color: #D9DB89;
}
</style>
border-color css
<style>
span { border-color: #D9DB89; }
span { border-color: rgb(217,219,137); }
td.TdClassName
{
border-color: #D9DB89;
}
.TagClassName
{
border-color: #D9DB89;
}
</style>