Shades of Primrose #D3D698
Tints of Primrose #D3D698
RGB
CMYK
RGB Variations
Color information
#D3D698 (or 0xD3D698) is known color: Primrose. HEX triplet: D3, D6 and 98. RGB value is (211,214,152). Sum of RGB (Red+Green+Blue) = 211+214+152=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D698 is #2C2967. Grayscale: #CECECE. Windows color (decimal): -2894184 or 10016467. OLE color: 10016467.
HSL color Cylindrical-coordinate representation of color #D3D698: hue angle of 62.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 #D3D698 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 152 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.16 |
| HSL | 62.9º | 0.43% | 0.72% | - |
| HSV(B) | 62.9º | 0.29% | 0.84% | - |
| XYZ | 56.58 | 64.21 | 39.12 | - |
| YUV | 206.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 152 | 0.01 | 0 | 0.29 | 0.16 | 62.9 | 0.43 | 0.72 |
| Hex | D3 | D6 | 98 | 1 | 0 | 1D | 10 | 3F | 2B | 48 |
| Octal | 323 | 326 | 230 | 1 | 0 | 35 | 20 | 77 | 53 | 110 |
| Binary | 11010011 | 11010110 | 10011000 | 1 | 0 | 11101 | 10000 | 111111 | 101011 | 1001000 |
Color Harmonies of #D3D698
Complementary color
Monochromatic Colors of #D3D698
Black with #D3D698
Text Example
Text Example
White with #D3D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D698; }
p { color: rgb(211,214,152); }
H1.HeaderClassName
{
color: #D3D698;
}
.AnyTagClassName
{
color: #D3D698;
}
</style>
background-color css
<style>
a { background-color: #D3D698; }
a { background-color: rgb(211,214,152); }
div.DivClassName
{
background-color: #D3D698;
}
.BgClassName
{
background-color: #D3D698;
}
</style>
border-color css
<style>
span { border-color: #D3D698; }
span { border-color: rgb(211,214,152); }
td.TdClassName
{
border-color: #D3D698;
}
.TagClassName
{
border-color: #D3D698;
}
</style>