Shades of Primrose #D9D78F
Tints of Primrose #D9D78F
RGB
CMYK
RGB Variations
Color information
#D9D78F (or 0xD9D78F) is known color: Primrose. HEX triplet: D9, D7 and 8F. RGB value is (217,215,143). Sum of RGB (Red+Green+Blue) = 217+215+143=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 143 (56.25% from 255 or 24.87% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D78F is #262870. Grayscale: #CFCFCF. Windows color (decimal): -2500721 or 9426905. OLE color: 9426905.
HSL color Cylindrical-coordinate representation of color #D9D78F: hue angle of 58.38º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9D78F is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 143 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.15 |
| HSL | 58.38º | 0.49% | 0.71% | - |
| HSV(B) | 58.38º | 0.34% | 0.85% | - |
| XYZ | 57.87 | 65.34 | 35.55 | - |
| YUV | 207.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 143 | 0 | 0.01 | 0.34 | 0.15 | 58.38 | 0.49 | 0.71 |
| Hex | D9 | D7 | 8F | 0 | 1 | 22 | F | 3A | 31 | 47 |
| Octal | 331 | 327 | 217 | 0 | 1 | 42 | 17 | 72 | 61 | 107 |
| Binary | 11011001 | 11010111 | 10001111 | 0 | 1 | 100010 | 1111 | 111010 | 110001 | 1000111 |
Color Harmonies of #D9D78F
Complementary color
Monochromatic Colors of #D9D78F
Black with #D9D78F
Text Example
Text Example
White with #D9D78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D78F; }
p { color: rgb(217,215,143); }
H1.HeaderClassName
{
color: #D9D78F;
}
.AnyTagClassName
{
color: #D9D78F;
}
</style>
background-color css
<style>
a { background-color: #D9D78F; }
a { background-color: rgb(217,215,143); }
div.DivClassName
{
background-color: #D9D78F;
}
.BgClassName
{
background-color: #D9D78F;
}
</style>
border-color css
<style>
span { border-color: #D9D78F; }
span { border-color: rgb(217,215,143); }
td.TdClassName
{
border-color: #D9D78F;
}
.TagClassName
{
border-color: #D9D78F;
}
</style>