Shades of Primrose #D3D697
Tints of Primrose #D3D697
RGB
CMYK
RGB Variations
Color information
#D3D697 (or 0xD3D697) is known color: Primrose. HEX triplet: D3, D6 and 97. RGB value is (211,214,151). Sum of RGB (Red+Green+Blue) = 211+214+151=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 151 (59.38% from 255 or 26.22% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D697 is #2C2968. Grayscale: #CECECE. Windows color (decimal): -2894185 or 9950931. OLE color: 9950931.
HSL color Cylindrical-coordinate representation of color #D3D697: hue angle of 62.86º 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 #D3D697 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 151 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.16 |
| HSL | 62.86º | 0.43% | 0.72% | - |
| HSV(B) | 62.86º | 0.29% | 0.84% | - |
| XYZ | 56.5 | 64.18 | 38.69 | - |
| YUV | 205.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 151 | 0.01 | 0 | 0.29 | 0.16 | 62.86 | 0.43 | 0.72 |
| Hex | D3 | D6 | 97 | 1 | 0 | 1D | 10 | 3F | 2B | 48 |
| Octal | 323 | 326 | 227 | 1 | 0 | 35 | 20 | 77 | 53 | 110 |
| Binary | 11010011 | 11010110 | 10010111 | 1 | 0 | 11101 | 10000 | 111111 | 101011 | 1001000 |
Color Harmonies of #D3D697
Complementary color
Monochromatic Colors of #D3D697
Black with #D3D697
Text Example
Text Example
White with #D3D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D697; }
p { color: rgb(211,214,151); }
H1.HeaderClassName
{
color: #D3D697;
}
.AnyTagClassName
{
color: #D3D697;
}
</style>
background-color css
<style>
a { background-color: #D3D697; }
a { background-color: rgb(211,214,151); }
div.DivClassName
{
background-color: #D3D697;
}
.BgClassName
{
background-color: #D3D697;
}
</style>
border-color css
<style>
span { border-color: #D3D697; }
span { border-color: rgb(211,214,151); }
td.TdClassName
{
border-color: #D3D697;
}
.TagClassName
{
border-color: #D3D697;
}
</style>