Shades of Primrose #D5D895
Tints of Primrose #D5D895
RGB
CMYK
RGB Variations
Color information
#D5D895 (or 0xD5D895) is known color: Primrose. HEX triplet: D5, D8 and 95. RGB value is (213,216,149). Sum of RGB (Red+Green+Blue) = 213+216+149=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D895 is #2A276A. Grayscale: #CFCFCF. Windows color (decimal): -2762603 or 9820373. OLE color: 9820373.
HSL color Cylindrical-coordinate representation of color #D5D895: hue angle of 62.69º 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 #D5D895 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 149 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.15 |
| HSL | 62.69º | 0.46% | 0.72% | - |
| HSV(B) | 62.69º | 0.31% | 0.85% | - |
| XYZ | 57.42 | 65.43 | 38.04 | - |
| YUV | 207.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 149 | 0.01 | 0 | 0.31 | 0.15 | 62.69 | 0.46 | 0.72 |
| Hex | D5 | D8 | 95 | 1 | 0 | 1F | F | 3F | 2E | 48 |
| Octal | 325 | 330 | 225 | 1 | 0 | 37 | 17 | 77 | 56 | 110 |
| Binary | 11010101 | 11011000 | 10010101 | 1 | 0 | 11111 | 1111 | 111111 | 101110 | 1001000 |
Color Harmonies of #D5D895
Complementary color
Monochromatic Colors of #D5D895
Black with #D5D895
Text Example
Text Example
White with #D5D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D895; }
p { color: rgb(213,216,149); }
H1.HeaderClassName
{
color: #D5D895;
}
.AnyTagClassName
{
color: #D5D895;
}
</style>
background-color css
<style>
a { background-color: #D5D895; }
a { background-color: rgb(213,216,149); }
div.DivClassName
{
background-color: #D5D895;
}
.BgClassName
{
background-color: #D5D895;
}
</style>
border-color css
<style>
span { border-color: #D5D895; }
span { border-color: rgb(213,216,149); }
td.TdClassName
{
border-color: #D5D895;
}
.TagClassName
{
border-color: #D5D895;
}
</style>