Shades of Primrose #D6D595
Tints of Primrose #D6D595
RGB
CMYK
RGB Variations
Color information
#D6D595 (or 0xD6D595) is known color: Primrose. HEX triplet: D6, D5 and 95. RGB value is (214,213,149). Sum of RGB (Red+Green+Blue) = 214+213+149=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D595 is #292A6A. Grayscale: #CECECE. Windows color (decimal): -2697835 or 9819606. OLE color: 9819606.
HSL color Cylindrical-coordinate representation of color #D6D595: hue angle of 59.08º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6D595 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 213 | 149 | - |
| CMYK | 0 | 0.00 | 0.30 | 0.16 |
| HSL | 59.08º | 0.44% | 0.71% | - |
| HSV(B) | 59.08º | 0.3% | 0.84% | - |
| XYZ | 56.95 | 64.05 | 37.8 | - |
| YUV | 206 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 213 | 149 | 0 | 0.00 | 0.30 | 0.16 | 59.08 | 0.44 | 0.71 |
| Hex | D6 | D5 | 95 | 0 | 0 | 1E | 10 | 3B | 2C | 47 |
| Octal | 326 | 325 | 225 | 0 | 0 | 36 | 20 | 73 | 54 | 107 |
| Binary | 11010110 | 11010101 | 10010101 | 0 | 0 | 11110 | 10000 | 111011 | 101100 | 1000111 |
Color Harmonies of #D6D595
Complementary color
Monochromatic Colors of #D6D595
Black with #D6D595
Text Example
Text Example
White with #D6D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D595; }
p { color: rgb(214,213,149); }
H1.HeaderClassName
{
color: #D6D595;
}
.AnyTagClassName
{
color: #D6D595;
}
</style>
background-color css
<style>
a { background-color: #D6D595; }
a { background-color: rgb(214,213,149); }
div.DivClassName
{
background-color: #D6D595;
}
.BgClassName
{
background-color: #D6D595;
}
</style>
border-color css
<style>
span { border-color: #D6D595; }
span { border-color: rgb(214,213,149); }
td.TdClassName
{
border-color: #D6D595;
}
.TagClassName
{
border-color: #D6D595;
}
</style>