Shades of Primrose #D4DD91
Tints of Primrose #D4DD91
RGB
CMYK
RGB Variations
Color information
#D4DD91 (or 0xD4DD91) is known color: Primrose. HEX triplet: D4, DD and 91. RGB value is (212,221,145). Sum of RGB (Red+Green+Blue) = 212+221+145=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD91 is #2B226E. Grayscale: #D1D1D1. Windows color (decimal): -2826863 or 9559508. OLE color: 9559508.
HSL color Cylindrical-coordinate representation of color #D4DD91: hue angle of 67.11º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4DD91 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 145 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.13 |
| HSL | 67.11º | 0.53% | 0.72% | - |
| HSV(B) | 67.11º | 0.34% | 0.87% | - |
| XYZ | 58.12 | 67.75 | 36.8 | - |
| YUV | 209.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 145 | 0.04 | 0 | 0.34 | 0.13 | 67.11 | 0.53 | 0.72 |
| Hex | D4 | DD | 91 | 4 | 0 | 22 | D | 43 | 35 | 48 |
| Octal | 324 | 335 | 221 | 4 | 0 | 42 | 15 | 103 | 65 | 110 |
| Binary | 11010100 | 11011101 | 10010001 | 100 | 0 | 100010 | 1101 | 1000011 | 110101 | 1001000 |
Color Harmonies of #D4DD91
Complementary color
Monochromatic Colors of #D4DD91
Black with #D4DD91
Text Example
Text Example
White with #D4DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD91; }
p { color: rgb(212,221,145); }
H1.HeaderClassName
{
color: #D4DD91;
}
.AnyTagClassName
{
color: #D4DD91;
}
</style>
background-color css
<style>
a { background-color: #D4DD91; }
a { background-color: rgb(212,221,145); }
div.DivClassName
{
background-color: #D4DD91;
}
.BgClassName
{
background-color: #D4DD91;
}
</style>
border-color css
<style>
span { border-color: #D4DD91; }
span { border-color: rgb(212,221,145); }
td.TdClassName
{
border-color: #D4DD91;
}
.TagClassName
{
border-color: #D4DD91;
}
</style>