Shades of Primrose #D9D38D
Tints of Primrose #D9D38D
RGB
CMYK
RGB Variations
Color information
#D9D38D (or 0xD9D38D) is known color: Primrose. HEX triplet: D9, D3 and 8D. RGB value is (217,211,141). Sum of RGB (Red+Green+Blue) = 217+211+141=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D38D is #262C72. Grayscale: #CDCDCD. Windows color (decimal): -2501747 or 9294809. OLE color: 9294809.
HSL color Cylindrical-coordinate representation of color #D9D38D: hue angle of 55.26º 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 #D9D38D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 141 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.15 |
| HSL | 55.26º | 0.5% | 0.7% | - |
| HSV(B) | 55.26º | 0.35% | 0.85% | - |
| XYZ | 56.72 | 63.26 | 34.42 | - |
| YUV | 204.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 141 | 0 | 0.03 | 0.35 | 0.15 | 55.26 | 0.5 | 0.7 |
| Hex | D9 | D3 | 8D | 0 | 3 | 23 | F | 37 | 32 | 46 |
| Octal | 331 | 323 | 215 | 0 | 3 | 43 | 17 | 67 | 62 | 106 |
| Binary | 11011001 | 11010011 | 10001101 | 0 | 11 | 100011 | 1111 | 110111 | 110010 | 1000110 |
Color Harmonies of #D9D38D
Complementary color
Monochromatic Colors of #D9D38D
Black with #D9D38D
Text Example
Text Example
White with #D9D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D38D; }
p { color: rgb(217,211,141); }
H1.HeaderClassName
{
color: #D9D38D;
}
.AnyTagClassName
{
color: #D9D38D;
}
</style>
background-color css
<style>
a { background-color: #D9D38D; }
a { background-color: rgb(217,211,141); }
div.DivClassName
{
background-color: #D9D38D;
}
.BgClassName
{
background-color: #D9D38D;
}
</style>
border-color css
<style>
span { border-color: #D9D38D; }
span { border-color: rgb(217,211,141); }
td.TdClassName
{
border-color: #D9D38D;
}
.TagClassName
{
border-color: #D9D38D;
}
</style>