Shades of Primrose #D5D698
Tints of Primrose #D5D698
RGB
CMYK
RGB Variations
Color information
#D5D698 (or 0xD5D698) is known color: Primrose. HEX triplet: D5, D6 and 98. RGB value is (213,214,152). Sum of RGB (Red+Green+Blue) = 213+214+152=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D698 is #2A2967. Grayscale: #CECECE. Windows color (decimal): -2763112 or 10016469. OLE color: 10016469.
HSL color Cylindrical-coordinate representation of color #D5D698: hue angle of 60.97º 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 #D5D698 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 152 | - |
| CMYK | 0.00 | 0 | 0.29 | 0.16 |
| HSL | 60.97º | 0.43% | 0.72% | - |
| HSV(B) | 60.97º | 0.29% | 0.84% | - |
| XYZ | 57.15 | 64.51 | 39.14 | - |
| YUV | 206.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 152 | 0.00 | 0 | 0.29 | 0.16 | 60.97 | 0.43 | 0.72 |
| Hex | D5 | D6 | 98 | 0 | 0 | 1D | 10 | 3D | 2B | 48 |
| Octal | 325 | 326 | 230 | 0 | 0 | 35 | 20 | 75 | 53 | 110 |
| Binary | 11010101 | 11010110 | 10011000 | 0 | 0 | 11101 | 10000 | 111101 | 101011 | 1001000 |
Color Harmonies of #D5D698
Complementary color
Monochromatic Colors of #D5D698
Black with #D5D698
Text Example
Text Example
White with #D5D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D698; }
p { color: rgb(213,214,152); }
H1.HeaderClassName
{
color: #D5D698;
}
.AnyTagClassName
{
color: #D5D698;
}
</style>
background-color css
<style>
a { background-color: #D5D698; }
a { background-color: rgb(213,214,152); }
div.DivClassName
{
background-color: #D5D698;
}
.BgClassName
{
background-color: #D5D698;
}
</style>
border-color css
<style>
span { border-color: #D5D698; }
span { border-color: rgb(213,214,152); }
td.TdClassName
{
border-color: #D5D698;
}
.TagClassName
{
border-color: #D5D698;
}
</style>