Shades of Primrose #D5D898
Tints of Primrose #D5D898
RGB
CMYK
RGB Variations
Color information
#D5D898 (or 0xD5D898) is known color: Primrose. HEX triplet: D5, D8 and 98. RGB value is (213,216,152). Sum of RGB (Red+Green+Blue) = 213+216+152=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D898 is #2A2767. Grayscale: #D0D0D0. Windows color (decimal): -2762600 or 10016981. OLE color: 10016981.
HSL color Cylindrical-coordinate representation of color #D5D898: hue angle of 62.81º 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 #D5D898 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 152 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.15 |
| HSL | 62.81º | 0.45% | 0.72% | - |
| HSV(B) | 62.81º | 0.3% | 0.85% | - |
| XYZ | 57.66 | 65.52 | 39.31 | - |
| YUV | 207.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 152 | 0.01 | 0 | 0.30 | 0.15 | 62.81 | 0.45 | 0.72 |
| Hex | D5 | D8 | 98 | 1 | 0 | 1E | F | 3F | 2D | 48 |
| Octal | 325 | 330 | 230 | 1 | 0 | 36 | 17 | 77 | 55 | 110 |
| Binary | 11010101 | 11011000 | 10011000 | 1 | 0 | 11110 | 1111 | 111111 | 101101 | 1001000 |
Color Harmonies of #D5D898
Complementary color
Monochromatic Colors of #D5D898
Black with #D5D898
Text Example
Text Example
White with #D5D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D898; }
p { color: rgb(213,216,152); }
H1.HeaderClassName
{
color: #D5D898;
}
.AnyTagClassName
{
color: #D5D898;
}
</style>
background-color css
<style>
a { background-color: #D5D898; }
a { background-color: rgb(213,216,152); }
div.DivClassName
{
background-color: #D5D898;
}
.BgClassName
{
background-color: #D5D898;
}
</style>
border-color css
<style>
span { border-color: #D5D898; }
span { border-color: rgb(213,216,152); }
td.TdClassName
{
border-color: #D5D898;
}
.TagClassName
{
border-color: #D5D898;
}
</style>