Shades of Primrose #D5D899
Tints of Primrose #D5D899
RGB
CMYK
RGB Variations
Color information
#D5D899 (or 0xD5D899) is known color: Primrose. HEX triplet: D5, D8 and 99. RGB value is (213,216,153). Sum of RGB (Red+Green+Blue) = 213+216+153=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D899 is #2A2766. Grayscale: #D0D0D0. Windows color (decimal): -2762599 or 10082517. OLE color: 10082517.
HSL color Cylindrical-coordinate representation of color #D5D899: hue angle of 62.86º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5D899 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 153 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.15 |
| HSL | 62.86º | 0.45% | 0.72% | - |
| HSV(B) | 62.86º | 0.29% | 0.85% | - |
| XYZ | 57.75 | 65.56 | 39.75 | - |
| YUV | 207.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 153 | 0.01 | 0 | 0.29 | 0.15 | 62.86 | 0.45 | 0.72 |
| Hex | D5 | D8 | 99 | 1 | 0 | 1D | F | 3F | 2D | 48 |
| Octal | 325 | 330 | 231 | 1 | 0 | 35 | 17 | 77 | 55 | 110 |
| Binary | 11010101 | 11011000 | 10011001 | 1 | 0 | 11101 | 1111 | 111111 | 101101 | 1001000 |
Color Harmonies of #D5D899
Complementary color
Monochromatic Colors of #D5D899
Black with #D5D899
Text Example
Text Example
White with #D5D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D899; }
p { color: rgb(213,216,153); }
H1.HeaderClassName
{
color: #D5D899;
}
.AnyTagClassName
{
color: #D5D899;
}
</style>
background-color css
<style>
a { background-color: #D5D899; }
a { background-color: rgb(213,216,153); }
div.DivClassName
{
background-color: #D5D899;
}
.BgClassName
{
background-color: #D5D899;
}
</style>
border-color css
<style>
span { border-color: #D5D899; }
span { border-color: rgb(213,216,153); }
td.TdClassName
{
border-color: #D5D899;
}
.TagClassName
{
border-color: #D5D899;
}
</style>