Shades of Primrose #D4D895
Tints of Primrose #D4D895
RGB
CMYK
RGB Variations
Color information
#D4D895 (or 0xD4D895) is known color: Primrose. HEX triplet: D4, D8 and 95. RGB value is (212,216,149). Sum of RGB (Red+Green+Blue) = 212+216+149=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 149 (58.59% from 255 or 25.82% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D895 is #2B276A. Grayscale: #CFCFCF. Windows color (decimal): -2828139 or 9820372. OLE color: 9820372.
HSL color Cylindrical-coordinate representation of color #D4D895: hue angle of 63.58º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4D895 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 149 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.15 |
| HSL | 63.58º | 0.46% | 0.72% | - |
| HSV(B) | 63.58º | 0.31% | 0.85% | - |
| XYZ | 57.13 | 65.28 | 38.02 | - |
| YUV | 207.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 149 | 0.02 | 0 | 0.31 | 0.15 | 63.58 | 0.46 | 0.72 |
| Hex | D4 | D8 | 95 | 2 | 0 | 1F | F | 40 | 2E | 48 |
| Octal | 324 | 330 | 225 | 2 | 0 | 37 | 17 | 100 | 56 | 110 |
| Binary | 11010100 | 11011000 | 10010101 | 10 | 0 | 11111 | 1111 | 1000000 | 101110 | 1001000 |
Color Harmonies of #D4D895
Complementary color
Monochromatic Colors of #D4D895
Black with #D4D895
Text Example
Text Example
White with #D4D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D895; }
p { color: rgb(212,216,149); }
H1.HeaderClassName
{
color: #D4D895;
}
.AnyTagClassName
{
color: #D4D895;
}
</style>
background-color css
<style>
a { background-color: #D4D895; }
a { background-color: rgb(212,216,149); }
div.DivClassName
{
background-color: #D4D895;
}
.BgClassName
{
background-color: #D4D895;
}
</style>
border-color css
<style>
span { border-color: #D4D895; }
span { border-color: rgb(212,216,149); }
td.TdClassName
{
border-color: #D4D895;
}
.TagClassName
{
border-color: #D4D895;
}
</style>