Shades of Primrose #D8D592
Tints of Primrose #D8D592
RGB
CMYK
RGB Variations
Color information
#D8D592 (or 0xD8D592) is known color: Primrose. HEX triplet: D8, D5 and 92. RGB value is (216,213,146). Sum of RGB (Red+Green+Blue) = 216+213+146=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D592 is #272A6D. Grayscale: #CECECE. Windows color (decimal): -2566766 or 9623000. OLE color: 9623000.
HSL color Cylindrical-coordinate representation of color #D8D592: hue angle of 57.43º 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 #D8D592 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 146 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.15 |
| HSL | 57.43º | 0.47% | 0.71% | - |
| HSV(B) | 57.43º | 0.32% | 0.85% | - |
| XYZ | 57.3 | 64.26 | 36.58 | - |
| YUV | 206.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 146 | 0 | 0.01 | 0.32 | 0.15 | 57.43 | 0.47 | 0.71 |
| Hex | D8 | D5 | 92 | 0 | 1 | 20 | F | 39 | 2F | 47 |
| Octal | 330 | 325 | 222 | 0 | 1 | 40 | 17 | 71 | 57 | 107 |
| Binary | 11011000 | 11010101 | 10010010 | 0 | 1 | 100000 | 1111 | 111001 | 101111 | 1000111 |
Color Harmonies of #D8D592
Complementary color
Monochromatic Colors of #D8D592
Black with #D8D592
Text Example
Text Example
White with #D8D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D592; }
p { color: rgb(216,213,146); }
H1.HeaderClassName
{
color: #D8D592;
}
.AnyTagClassName
{
color: #D8D592;
}
</style>
background-color css
<style>
a { background-color: #D8D592; }
a { background-color: rgb(216,213,146); }
div.DivClassName
{
background-color: #D8D592;
}
.BgClassName
{
background-color: #D8D592;
}
</style>
border-color css
<style>
span { border-color: #D8D592; }
span { border-color: rgb(216,213,146); }
td.TdClassName
{
border-color: #D8D592;
}
.TagClassName
{
border-color: #D8D592;
}
</style>