Shades of Primrose #D5D798
Tints of Primrose #D5D798
RGB
CMYK
RGB Variations
Color information
#D5D798 (or 0xD5D798) is known color: Primrose. HEX triplet: D5, D7 and 98. RGB value is (213,215,152). Sum of RGB (Red+Green+Blue) = 213+215+152=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D798 is #2A2867. Grayscale: #CFCFCF. Windows color (decimal): -2762856 or 10016725. OLE color: 10016725.
HSL color Cylindrical-coordinate representation of color #D5D798: hue angle of 61.9º 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 #D5D798 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 152 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.16 |
| HSL | 61.9º | 0.44% | 0.72% | - |
| HSV(B) | 61.9º | 0.29% | 0.84% | - |
| XYZ | 57.41 | 65.01 | 39.23 | - |
| YUV | 207.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 152 | 0.01 | 0 | 0.29 | 0.16 | 61.9 | 0.44 | 0.72 |
| Hex | D5 | D7 | 98 | 1 | 0 | 1D | 10 | 3E | 2C | 48 |
| Octal | 325 | 327 | 230 | 1 | 0 | 35 | 20 | 76 | 54 | 110 |
| Binary | 11010101 | 11010111 | 10011000 | 1 | 0 | 11101 | 10000 | 111110 | 101100 | 1001000 |
Color Harmonies of #D5D798
Complementary color
Monochromatic Colors of #D5D798
Black with #D5D798
Text Example
Text Example
White with #D5D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D798; }
p { color: rgb(213,215,152); }
H1.HeaderClassName
{
color: #D5D798;
}
.AnyTagClassName
{
color: #D5D798;
}
</style>
background-color css
<style>
a { background-color: #D5D798; }
a { background-color: rgb(213,215,152); }
div.DivClassName
{
background-color: #D5D798;
}
.BgClassName
{
background-color: #D5D798;
}
</style>
border-color css
<style>
span { border-color: #D5D798; }
span { border-color: rgb(213,215,152); }
td.TdClassName
{
border-color: #D5D798;
}
.TagClassName
{
border-color: #D5D798;
}
</style>