Shades of Primrose #D4DD9A
Tints of Primrose #D4DD9A
RGB
CMYK
RGB Variations
Color information
#D4DD9A (or 0xD4DD9A) is known color: Primrose. HEX triplet: D4, DD and 9A. RGB value is (212,221,154). Sum of RGB (Red+Green+Blue) = 212+221+154=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD9A is #2B2265. Grayscale: #D2D2D2. Windows color (decimal): -2826854 or 10149332. OLE color: 10149332.
HSL color Cylindrical-coordinate representation of color #D4DD9A: hue angle of 68.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4DD9A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 154 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.13 |
| HSL | 68.06º | 0.5% | 0.74% | - |
| HSV(B) | 68.06º | 0.3% | 0.87% | - |
| XYZ | 58.84 | 68.04 | 40.6 | - |
| YUV | 210.67 | 96.02 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 154 | 0.04 | 0 | 0.30 | 0.13 | 68.06 | 0.5 | 0.74 |
| Hex | D4 | DD | 9A | 4 | 0 | 1E | D | 44 | 32 | 4A |
| Octal | 324 | 335 | 232 | 4 | 0 | 36 | 15 | 104 | 62 | 112 |
| Binary | 11010100 | 11011101 | 10011010 | 100 | 0 | 11110 | 1101 | 1000100 | 110010 | 1001010 |
Color Harmonies of #D4DD9A
Complementary color
Monochromatic Colors of #D4DD9A
Black with #D4DD9A
Text Example
Text Example
White with #D4DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD9A; }
p { color: rgb(212,221,154); }
H1.HeaderClassName
{
color: #D4DD9A;
}
.AnyTagClassName
{
color: #D4DD9A;
}
</style>
background-color css
<style>
a { background-color: #D4DD9A; }
a { background-color: rgb(212,221,154); }
div.DivClassName
{
background-color: #D4DD9A;
}
.BgClassName
{
background-color: #D4DD9A;
}
</style>
border-color css
<style>
span { border-color: #D4DD9A; }
span { border-color: rgb(212,221,154); }
td.TdClassName
{
border-color: #D4DD9A;
}
.TagClassName
{
border-color: #D4DD9A;
}
</style>