Shades of Primrose #D5D897
Tints of Primrose #D5D897
RGB
CMYK
RGB Variations
Color information
#D5D897 (or 0xD5D897) is known color: Primrose. HEX triplet: D5, D8 and 97. RGB value is (213,216,151). Sum of RGB (Red+Green+Blue) = 213+216+151=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D897 is #2A2768. Grayscale: #CFCFCF. Windows color (decimal): -2762601 or 9951445. OLE color: 9951445.
HSL color Cylindrical-coordinate representation of color #D5D897: hue angle of 62.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5D897 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 151 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.15 |
| HSL | 62.77º | 0.45% | 0.72% | - |
| HSV(B) | 62.77º | 0.3% | 0.85% | - |
| XYZ | 57.58 | 65.49 | 38.88 | - |
| YUV | 207.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 151 | 0.01 | 0 | 0.30 | 0.15 | 62.77 | 0.45 | 0.72 |
| Hex | D5 | D8 | 97 | 1 | 0 | 1E | F | 3F | 2D | 48 |
| Octal | 325 | 330 | 227 | 1 | 0 | 36 | 17 | 77 | 55 | 110 |
| Binary | 11010101 | 11011000 | 10010111 | 1 | 0 | 11110 | 1111 | 111111 | 101101 | 1001000 |
Color Harmonies of #D5D897
Complementary color
Monochromatic Colors of #D5D897
Black with #D5D897
Text Example
Text Example
White with #D5D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D897; }
p { color: rgb(213,216,151); }
H1.HeaderClassName
{
color: #D5D897;
}
.AnyTagClassName
{
color: #D5D897;
}
</style>
background-color css
<style>
a { background-color: #D5D897; }
a { background-color: rgb(213,216,151); }
div.DivClassName
{
background-color: #D5D897;
}
.BgClassName
{
background-color: #D5D897;
}
</style>
border-color css
<style>
span { border-color: #D5D897; }
span { border-color: rgb(213,216,151); }
td.TdClassName
{
border-color: #D5D897;
}
.TagClassName
{
border-color: #D5D897;
}
</style>