Shades of Primrose #D5D892
Tints of Primrose #D5D892
RGB
CMYK
RGB Variations
Color information
#D5D892 (or 0xD5D892) is known color: Primrose. HEX triplet: D5, D8 and 92. RGB value is (213,216,146). Sum of RGB (Red+Green+Blue) = 213+216+146=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #D5D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D892 is #2A276D. Grayscale: #CFCFCF. Windows color (decimal): -2762606 or 9623765. OLE color: 9623765.
HSL color Cylindrical-coordinate representation of color #D5D892: hue angle of 62.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5D892 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 216 | 146 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.15 |
| HSL | 62.57º | 0.47% | 0.71% | - |
| HSV(B) | 62.57º | 0.32% | 0.85% | - |
| XYZ | 57.18 | 65.33 | 36.79 | - |
| YUV | 207.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 216 | 146 | 0.01 | 0 | 0.32 | 0.15 | 62.57 | 0.47 | 0.71 |
| Hex | D5 | D8 | 92 | 1 | 0 | 20 | F | 3F | 2F | 47 |
| Octal | 325 | 330 | 222 | 1 | 0 | 40 | 17 | 77 | 57 | 107 |
| Binary | 11010101 | 11011000 | 10010010 | 1 | 0 | 100000 | 1111 | 111111 | 101111 | 1000111 |
Color Harmonies of #D5D892
Complementary color
Monochromatic Colors of #D5D892
Black with #D5D892
Text Example
Text Example
White with #D5D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D892; }
p { color: rgb(213,216,146); }
H1.HeaderClassName
{
color: #D5D892;
}
.AnyTagClassName
{
color: #D5D892;
}
</style>
background-color css
<style>
a { background-color: #D5D892; }
a { background-color: rgb(213,216,146); }
div.DivClassName
{
background-color: #D5D892;
}
.BgClassName
{
background-color: #D5D892;
}
</style>
border-color css
<style>
span { border-color: #D5D892; }
span { border-color: rgb(213,216,146); }
td.TdClassName
{
border-color: #D5D892;
}
.TagClassName
{
border-color: #D5D892;
}
</style>