Shades of Primrose #D4D697
Tints of Primrose #D4D697
RGB
CMYK
RGB Variations
Color information
#D4D697 (or 0xD4D697) is known color: Primrose. HEX triplet: D4, D6 and 97. RGB value is (212,214,151). Sum of RGB (Red+Green+Blue) = 212+214+151=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D697 is #2B2968. Grayscale: #CECECE. Windows color (decimal): -2828649 or 9950932. OLE color: 9950932.
HSL color Cylindrical-coordinate representation of color #D4D697: hue angle of 61.9º 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 #D4D697 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 151 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.16 |
| HSL | 61.9º | 0.43% | 0.72% | - |
| HSV(B) | 61.9º | 0.29% | 0.84% | - |
| XYZ | 56.78 | 64.32 | 38.7 | - |
| YUV | 206.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 151 | 0.01 | 0 | 0.29 | 0.16 | 61.9 | 0.43 | 0.72 |
| Hex | D4 | D6 | 97 | 1 | 0 | 1D | 10 | 3E | 2B | 48 |
| Octal | 324 | 326 | 227 | 1 | 0 | 35 | 20 | 76 | 53 | 110 |
| Binary | 11010100 | 11010110 | 10010111 | 1 | 0 | 11101 | 10000 | 111110 | 101011 | 1001000 |
Color Harmonies of #D4D697
Complementary color
Monochromatic Colors of #D4D697
Black with #D4D697
Text Example
Text Example
White with #D4D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D697; }
p { color: rgb(212,214,151); }
H1.HeaderClassName
{
color: #D4D697;
}
.AnyTagClassName
{
color: #D4D697;
}
</style>
background-color css
<style>
a { background-color: #D4D697; }
a { background-color: rgb(212,214,151); }
div.DivClassName
{
background-color: #D4D697;
}
.BgClassName
{
background-color: #D4D697;
}
</style>
border-color css
<style>
span { border-color: #D4D697; }
span { border-color: rgb(212,214,151); }
td.TdClassName
{
border-color: #D4D697;
}
.TagClassName
{
border-color: #D4D697;
}
</style>