Shades of Primrose #D9DC9A
Tints of Primrose #D9DC9A
RGB
CMYK
RGB Variations
Color information
#D9DC9A (or 0xD9DC9A) is known color: Primrose. HEX triplet: D9, DC and 9A. RGB value is (217,220,154). Sum of RGB (Red+Green+Blue) = 217+220+154=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DC9A is #262365. Grayscale: #D3D3D3. Windows color (decimal): -2499430 or 10149081. OLE color: 10149081.
HSL color Cylindrical-coordinate representation of color #D9DC9A: hue angle of 62.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9DC9A is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 154 | - |
| CMYK | 0.01 | 0 | 0.3 | 0.14 |
| HSL | 62.73º | 0.49% | 0.73% | - |
| HSV(B) | 62.73º | 0.3% | 0.86% | - |
| XYZ | 60.04 | 68.27 | 40.59 | - |
| YUV | 211.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 154 | 0.01 | 0 | 0.3 | 0.14 | 62.73 | 0.49 | 0.73 |
| Hex | D9 | DC | 9A | 1 | 0 | 1E | E | 3F | 31 | 49 |
| Octal | 331 | 334 | 232 | 1 | 0 | 36 | 16 | 77 | 61 | 111 |
| Binary | 11011001 | 11011100 | 10011010 | 1 | 0 | 11110 | 1110 | 111111 | 110001 | 1001001 |
Color Harmonies of #D9DC9A
Complementary color
Monochromatic Colors of #D9DC9A
Black with #D9DC9A
Text Example
Text Example
White with #D9DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DC9A; }
p { color: rgb(217,220,154); }
H1.HeaderClassName
{
color: #D9DC9A;
}
.AnyTagClassName
{
color: #D9DC9A;
}
</style>
background-color css
<style>
a { background-color: #D9DC9A; }
a { background-color: rgb(217,220,154); }
div.DivClassName
{
background-color: #D9DC9A;
}
.BgClassName
{
background-color: #D9DC9A;
}
</style>
border-color css
<style>
span { border-color: #D9DC9A; }
span { border-color: rgb(217,220,154); }
td.TdClassName
{
border-color: #D9DC9A;
}
.TagClassName
{
border-color: #D9DC9A;
}
</style>