Shades of Primrose #D6D99B
Tints of Primrose #D6D99B
RGB
CMYK
RGB Variations
Color information
#D6D99B (or 0xD6D99B) is known color: Primrose. HEX triplet: D6, D9 and 9B. RGB value is (214,217,155). Sum of RGB (Red+Green+Blue) = 214+217+155=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D99B is #292664. Grayscale: #D1D1D1. Windows color (decimal): -2696805 or 10213846. OLE color: 10213846.
HSL color Cylindrical-coordinate representation of color #D6D99B: hue angle of 62.9º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6D99B is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 217 | 155 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.15 |
| HSL | 62.9º | 0.45% | 0.73% | - |
| HSV(B) | 62.9º | 0.29% | 0.85% | - |
| XYZ | 58.46 | 66.29 | 40.72 | - |
| YUV | 209.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 155 | 0.01 | 0 | 0.29 | 0.15 | 62.9 | 0.45 | 0.73 |
| Hex | D6 | D9 | 9B | 1 | 0 | 1D | F | 3F | 2D | 49 |
| Octal | 326 | 331 | 233 | 1 | 0 | 35 | 17 | 77 | 55 | 111 |
| Binary | 11010110 | 11011001 | 10011011 | 1 | 0 | 11101 | 1111 | 111111 | 101101 | 1001001 |
Color Harmonies of #D6D99B
Complementary color
Monochromatic Colors of #D6D99B
Black with #D6D99B
Text Example
Text Example
White with #D6D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D99B; }
p { color: rgb(214,217,155); }
H1.HeaderClassName
{
color: #D6D99B;
}
.AnyTagClassName
{
color: #D6D99B;
}
</style>
background-color css
<style>
a { background-color: #D6D99B; }
a { background-color: rgb(214,217,155); }
div.DivClassName
{
background-color: #D6D99B;
}
.BgClassName
{
background-color: #D6D99B;
}
</style>
border-color css
<style>
span { border-color: #D6D99B; }
span { border-color: rgb(214,217,155); }
td.TdClassName
{
border-color: #D6D99B;
}
.TagClassName
{
border-color: #D6D99B;
}
</style>