Shades of Primrose #D9DB86
Tints of Primrose #D9DB86
RGB
CMYK
RGB Variations
Color information
#D9DB86 (or 0xD9DB86) is known color: Primrose. HEX triplet: D9, DB and 86. RGB value is (217,219,134). Sum of RGB (Red+Green+Blue) = 217+219+134=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB86 is #262479. Grayscale: #D1D1D1. Windows color (decimal): -2499706 or 8838105. OLE color: 8838105.
HSL color Cylindrical-coordinate representation of color #D9DB86: hue angle of 61.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D9DB86 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 134 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.14 |
| HSL | 61.41º | 0.54% | 0.69% | - |
| HSV(B) | 61.41º | 0.39% | 0.86% | - |
| XYZ | 58.25 | 67.14 | 32.44 | - |
| YUV | 208.71 | 85.84 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 134 | 0.01 | 0 | 0.39 | 0.14 | 61.41 | 0.54 | 0.69 |
| Hex | D9 | DB | 86 | 1 | 0 | 27 | E | 3D | 36 | 45 |
| Octal | 331 | 333 | 206 | 1 | 0 | 47 | 16 | 75 | 66 | 105 |
| Binary | 11011001 | 11011011 | 10000110 | 1 | 0 | 100111 | 1110 | 111101 | 110110 | 1000101 |
Color Harmonies of #D9DB86
Complementary color
Monochromatic Colors of #D9DB86
Black with #D9DB86
Text Example
Text Example
White with #D9DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB86; }
p { color: rgb(217,219,134); }
H1.HeaderClassName
{
color: #D9DB86;
}
.AnyTagClassName
{
color: #D9DB86;
}
</style>
background-color css
<style>
a { background-color: #D9DB86; }
a { background-color: rgb(217,219,134); }
div.DivClassName
{
background-color: #D9DB86;
}
.BgClassName
{
background-color: #D9DB86;
}
</style>
border-color css
<style>
span { border-color: #D9DB86; }
span { border-color: rgb(217,219,134); }
td.TdClassName
{
border-color: #D9DB86;
}
.TagClassName
{
border-color: #D9DB86;
}
</style>