Shades of Primrose #D4DC9A
Tints of Primrose #D4DC9A
RGB
CMYK
RGB Variations
Color information
#D4DC9A (or 0xD4DC9A) is known color: Primrose. HEX triplet: D4, DC and 9A. RGB value is (212,220,154). Sum of RGB (Red+Green+Blue) = 212+220+154=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 154 (60.55% from 255 or 26.28% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC9A is #2B2365. Grayscale: #D2D2D2. Windows color (decimal): -2827110 or 10149076. OLE color: 10149076.
HSL color Cylindrical-coordinate representation of color #D4DC9A: hue angle of 67.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4DC9A is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 154 | - |
| CMYK | 0.04 | 0 | 0.3 | 0.14 |
| HSL | 67.27º | 0.49% | 0.73% | - |
| HSV(B) | 67.27º | 0.3% | 0.86% | - |
| XYZ | 58.58 | 67.52 | 40.52 | - |
| YUV | 210.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 154 | 0.04 | 0 | 0.3 | 0.14 | 67.27 | 0.49 | 0.73 |
| Hex | D4 | DC | 9A | 4 | 0 | 1E | E | 43 | 31 | 49 |
| Octal | 324 | 334 | 232 | 4 | 0 | 36 | 16 | 103 | 61 | 111 |
| Binary | 11010100 | 11011100 | 10011010 | 100 | 0 | 11110 | 1110 | 1000011 | 110001 | 1001001 |
Color Harmonies of #D4DC9A
Complementary color
Monochromatic Colors of #D4DC9A
Black with #D4DC9A
Text Example
Text Example
White with #D4DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC9A; }
p { color: rgb(212,220,154); }
H1.HeaderClassName
{
color: #D4DC9A;
}
.AnyTagClassName
{
color: #D4DC9A;
}
</style>
background-color css
<style>
a { background-color: #D4DC9A; }
a { background-color: rgb(212,220,154); }
div.DivClassName
{
background-color: #D4DC9A;
}
.BgClassName
{
background-color: #D4DC9A;
}
</style>
border-color css
<style>
span { border-color: #D4DC9A; }
span { border-color: rgb(212,220,154); }
td.TdClassName
{
border-color: #D4DC9A;
}
.TagClassName
{
border-color: #D4DC9A;
}
</style>