Shades of Primrose #D3D798
Tints of Primrose #D3D798
RGB
CMYK
RGB Variations
Color information
#D3D798 (or 0xD3D798) is known color: Primrose. HEX triplet: D3, D7 and 98. RGB value is (211,215,152). Sum of RGB (Red+Green+Blue) = 211+215+152=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D798 is #2C2867. Grayscale: #CECECE. Windows color (decimal): -2893928 or 10016723. OLE color: 10016723.
HSL color Cylindrical-coordinate representation of color #D3D798: hue angle of 63.81º degrees, saturation: 0.44, 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 #D3D798 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 152 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.16 |
| HSL | 63.81º | 0.44% | 0.72% | - |
| HSV(B) | 63.81º | 0.29% | 0.84% | - |
| XYZ | 56.83 | 64.72 | 39.2 | - |
| YUV | 206.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 152 | 0.02 | 0 | 0.29 | 0.16 | 63.81 | 0.44 | 0.72 |
| Hex | D3 | D7 | 98 | 2 | 0 | 1D | 10 | 40 | 2C | 48 |
| Octal | 323 | 327 | 230 | 2 | 0 | 35 | 20 | 100 | 54 | 110 |
| Binary | 11010011 | 11010111 | 10011000 | 10 | 0 | 11101 | 10000 | 1000000 | 101100 | 1001000 |
Color Harmonies of #D3D798
Complementary color
Monochromatic Colors of #D3D798
Black with #D3D798
Text Example
Text Example
White with #D3D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D798; }
p { color: rgb(211,215,152); }
H1.HeaderClassName
{
color: #D3D798;
}
.AnyTagClassName
{
color: #D3D798;
}
</style>
background-color css
<style>
a { background-color: #D3D798; }
a { background-color: rgb(211,215,152); }
div.DivClassName
{
background-color: #D3D798;
}
.BgClassName
{
background-color: #D3D798;
}
</style>
border-color css
<style>
span { border-color: #D3D798; }
span { border-color: rgb(211,215,152); }
td.TdClassName
{
border-color: #D3D798;
}
.TagClassName
{
border-color: #D3D798;
}
</style>