Shades of Primrose #D6D697
Tints of Primrose #D6D697
RGB
CMYK
RGB Variations
Color information
#D6D697 (or 0xD6D697) is known color: Primrose. HEX triplet: D6, D6 and 97. RGB value is (214,214,151). Sum of RGB (Red+Green+Blue) = 214+214+151=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D697 is #292968. Grayscale: #CFCFCF. Windows color (decimal): -2697577 or 9950934. OLE color: 9950934.
HSL color Cylindrical-coordinate representation of color #D6D697: hue angle of 60º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6D697 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 214 | 151 | - |
| CMYK | 0 | 0 | 0.29 | 0.16 |
| HSL | 60º | 0.43% | 0.72% | - |
| HSV(B) | 60º | 0.29% | 0.84% | - |
| XYZ | 57.36 | 64.62 | 38.73 | - |
| YUV | 206.82 | 96.5 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 151 | 0 | 0 | 0.29 | 0.16 | 60 | 0.43 | 0.72 |
| Hex | D6 | D6 | 97 | 0 | 0 | 1D | 10 | 3C | 2B | 48 |
| Octal | 326 | 326 | 227 | 0 | 0 | 35 | 20 | 74 | 53 | 110 |
| Binary | 11010110 | 11010110 | 10010111 | 0 | 0 | 11101 | 10000 | 111100 | 101011 | 1001000 |
Color Harmonies of #D6D697
Complementary color
Monochromatic Colors of #D6D697
Black with #D6D697
Text Example
Text Example
White with #D6D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D697; }
p { color: rgb(214,214,151); }
H1.HeaderClassName
{
color: #D6D697;
}
.AnyTagClassName
{
color: #D6D697;
}
</style>
background-color css
<style>
a { background-color: #D6D697; }
a { background-color: rgb(214,214,151); }
div.DivClassName
{
background-color: #D6D697;
}
.BgClassName
{
background-color: #D6D697;
}
</style>
border-color css
<style>
span { border-color: #D6D697; }
span { border-color: rgb(214,214,151); }
td.TdClassName
{
border-color: #D6D697;
}
.TagClassName
{
border-color: #D6D697;
}
</style>