Shades of Primrose #D9D28D
Tints of Primrose #D9D28D
RGB
CMYK
RGB Variations
Color information
#D9D28D (or 0xD9D28D) is known color: Primrose. HEX triplet: D9, D2 and 8D. RGB value is (217,210,141). Sum of RGB (Red+Green+Blue) = 217+210+141=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 141 (55.47% from 255 or 24.82% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D28D is #262D72. Grayscale: #CCCCCC. Windows color (decimal): -2502003 or 9294553. OLE color: 9294553.
HSL color Cylindrical-coordinate representation of color #D9D28D: hue angle of 54.47º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9D28D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 210 | 141 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.15 |
| HSL | 54.47º | 0.5% | 0.7% | - |
| HSV(B) | 54.47º | 0.35% | 0.85% | - |
| XYZ | 56.47 | 62.77 | 34.34 | - |
| YUV | 204.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 210 | 141 | 0 | 0.03 | 0.35 | 0.15 | 54.47 | 0.5 | 0.7 |
| Hex | D9 | D2 | 8D | 0 | 3 | 23 | F | 36 | 32 | 46 |
| Octal | 331 | 322 | 215 | 0 | 3 | 43 | 17 | 66 | 62 | 106 |
| Binary | 11011001 | 11010010 | 10001101 | 0 | 11 | 100011 | 1111 | 110110 | 110010 | 1000110 |
Color Harmonies of #D9D28D
Complementary color
Monochromatic Colors of #D9D28D
Black with #D9D28D
Text Example
Text Example
White with #D9D28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D28D; }
p { color: rgb(217,210,141); }
H1.HeaderClassName
{
color: #D9D28D;
}
.AnyTagClassName
{
color: #D9D28D;
}
</style>
background-color css
<style>
a { background-color: #D9D28D; }
a { background-color: rgb(217,210,141); }
div.DivClassName
{
background-color: #D9D28D;
}
.BgClassName
{
background-color: #D9D28D;
}
</style>
border-color css
<style>
span { border-color: #D9D28D; }
span { border-color: rgb(217,210,141); }
td.TdClassName
{
border-color: #D9D28D;
}
.TagClassName
{
border-color: #D9D28D;
}
</style>