Shades of Primrose #D6D899
Tints of Primrose #D6D899
RGB
CMYK
RGB Variations
Color information
#D6D899 (or 0xD6D899) is known color: Primrose. HEX triplet: D6, D8 and 99. RGB value is (214,216,153). Sum of RGB (Red+Green+Blue) = 214+216+153=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D899 is #292766. Grayscale: #D0D0D0. Windows color (decimal): -2697063 or 10082518. OLE color: 10082518.
HSL color Cylindrical-coordinate representation of color #D6D899: hue angle of 61.9º 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 #D6D899 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 216 | 153 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.15 |
| HSL | 61.9º | 0.45% | 0.72% | - |
| HSV(B) | 61.9º | 0.29% | 0.85% | - |
| XYZ | 58.04 | 65.71 | 39.76 | - |
| YUV | 208.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 216 | 153 | 0.01 | 0 | 0.29 | 0.15 | 61.9 | 0.45 | 0.72 |
| Hex | D6 | D8 | 99 | 1 | 0 | 1D | F | 3E | 2D | 48 |
| Octal | 326 | 330 | 231 | 1 | 0 | 35 | 17 | 76 | 55 | 110 |
| Binary | 11010110 | 11011000 | 10011001 | 1 | 0 | 11101 | 1111 | 111110 | 101101 | 1001000 |
Color Harmonies of #D6D899
Complementary color
Monochromatic Colors of #D6D899
Black with #D6D899
Text Example
Text Example
White with #D6D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D899; }
p { color: rgb(214,216,153); }
H1.HeaderClassName
{
color: #D6D899;
}
.AnyTagClassName
{
color: #D6D899;
}
</style>
background-color css
<style>
a { background-color: #D6D899; }
a { background-color: rgb(214,216,153); }
div.DivClassName
{
background-color: #D6D899;
}
.BgClassName
{
background-color: #D6D899;
}
</style>
border-color css
<style>
span { border-color: #D6D899; }
span { border-color: rgb(214,216,153); }
td.TdClassName
{
border-color: #D6D899;
}
.TagClassName
{
border-color: #D6D899;
}
</style>