Shades of Primrose #D8D892
Tints of Primrose #D8D892
RGB
CMYK
RGB Variations
Color information
#D8D892 (or 0xD8D892) is known color: Primrose. HEX triplet: D8, D8 and 92. RGB value is (216,216,146). Sum of RGB (Red+Green+Blue) = 216+216+146=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D892 is #27276D. Grayscale: #D0D0D0. Windows color (decimal): -2565998 or 9623768. OLE color: 9623768.
HSL color Cylindrical-coordinate representation of color #D8D892: hue angle of 60º 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 #D8D892 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 216 | 146 | - |
| CMYK | 0 | 0 | 0.32 | 0.15 |
| HSL | 60º | 0.47% | 0.71% | - |
| HSV(B) | 60º | 0.32% | 0.85% | - |
| XYZ | 58.06 | 65.79 | 36.83 | - |
| YUV | 208.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 146 | 0 | 0 | 0.32 | 0.15 | 60 | 0.47 | 0.71 |
| Hex | D8 | D8 | 92 | 0 | 0 | 20 | F | 3C | 2F | 47 |
| Octal | 330 | 330 | 222 | 0 | 0 | 40 | 17 | 74 | 57 | 107 |
| Binary | 11011000 | 11011000 | 10010010 | 0 | 0 | 100000 | 1111 | 111100 | 101111 | 1000111 |
Color Harmonies of #D8D892
Complementary color
Monochromatic Colors of #D8D892
Black with #D8D892
Text Example
Text Example
White with #D8D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D892; }
p { color: rgb(216,216,146); }
H1.HeaderClassName
{
color: #D8D892;
}
.AnyTagClassName
{
color: #D8D892;
}
</style>
background-color css
<style>
a { background-color: #D8D892; }
a { background-color: rgb(216,216,146); }
div.DivClassName
{
background-color: #D8D892;
}
.BgClassName
{
background-color: #D8D892;
}
</style>
border-color css
<style>
span { border-color: #D8D892; }
span { border-color: rgb(216,216,146); }
td.TdClassName
{
border-color: #D8D892;
}
.TagClassName
{
border-color: #D8D892;
}
</style>