Shades of Primrose #D9DB8C
Tints of Primrose #D9DB8C
RGB
CMYK
RGB Variations
Color information
#D9DB8C (or 0xD9DB8C) is known color: Primrose. HEX triplet: D9, DB and 8C. RGB value is (217,219,140). Sum of RGB (Red+Green+Blue) = 217+219+140=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 140 (55.08% from 255 or 24.31% from 576); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DB8C is #262473. Grayscale: #D1D1D1. Windows color (decimal): -2499700 or 9231321. OLE color: 9231321.
HSL color Cylindrical-coordinate representation of color #D9DB8C: hue angle of 61.52º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9DB8C is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 140 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.14 |
| HSL | 61.52º | 0.52% | 0.7% | - |
| HSV(B) | 61.52º | 0.36% | 0.86% | - |
| XYZ | 58.68 | 67.31 | 34.71 | - |
| YUV | 209.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 140 | 0.01 | 0 | 0.36 | 0.14 | 61.52 | 0.52 | 0.7 |
| Hex | D9 | DB | 8C | 1 | 0 | 24 | E | 3E | 34 | 46 |
| Octal | 331 | 333 | 214 | 1 | 0 | 44 | 16 | 76 | 64 | 106 |
| Binary | 11011001 | 11011011 | 10001100 | 1 | 0 | 100100 | 1110 | 111110 | 110100 | 1000110 |
Color Harmonies of #D9DB8C
Complementary color
Monochromatic Colors of #D9DB8C
Black with #D9DB8C
Text Example
Text Example
White with #D9DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB8C; }
p { color: rgb(217,219,140); }
H1.HeaderClassName
{
color: #D9DB8C;
}
.AnyTagClassName
{
color: #D9DB8C;
}
</style>
background-color css
<style>
a { background-color: #D9DB8C; }
a { background-color: rgb(217,219,140); }
div.DivClassName
{
background-color: #D9DB8C;
}
.BgClassName
{
background-color: #D9DB8C;
}
</style>
border-color css
<style>
span { border-color: #D9DB8C; }
span { border-color: rgb(217,219,140); }
td.TdClassName
{
border-color: #D9DB8C;
}
.TagClassName
{
border-color: #D9DB8C;
}
</style>