Shades of Primrose #D8D593
Tints of Primrose #D8D593
RGB
CMYK
RGB Variations
Color information
#D8D593 (or 0xD8D593) is known color: Primrose. HEX triplet: D8, D5 and 93. RGB value is (216,213,147). Sum of RGB (Red+Green+Blue) = 216+213+147=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D593 is #272A6C. Grayscale: #CECECE. Windows color (decimal): -2566765 or 9688536. OLE color: 9688536.
HSL color Cylindrical-coordinate representation of color #D8D593: hue angle of 57.39º 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 #D8D593 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 147 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.15 |
| HSL | 57.39º | 0.47% | 0.71% | - |
| HSV(B) | 57.39º | 0.32% | 0.85% | - |
| XYZ | 57.38 | 64.29 | 36.99 | - |
| YUV | 206.37 | 94.49 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 147 | 0 | 0.01 | 0.32 | 0.15 | 57.39 | 0.47 | 0.71 |
| Hex | D8 | D5 | 93 | 0 | 1 | 20 | F | 39 | 2F | 47 |
| Octal | 330 | 325 | 223 | 0 | 1 | 40 | 17 | 71 | 57 | 107 |
| Binary | 11011000 | 11010101 | 10010011 | 0 | 1 | 100000 | 1111 | 111001 | 101111 | 1000111 |
Color Harmonies of #D8D593
Complementary color
Monochromatic Colors of #D8D593
Black with #D8D593
Text Example
Text Example
White with #D8D593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D593; }
p { color: rgb(216,213,147); }
H1.HeaderClassName
{
color: #D8D593;
}
.AnyTagClassName
{
color: #D8D593;
}
</style>
background-color css
<style>
a { background-color: #D8D593; }
a { background-color: rgb(216,213,147); }
div.DivClassName
{
background-color: #D8D593;
}
.BgClassName
{
background-color: #D8D593;
}
</style>
border-color css
<style>
span { border-color: #D8D593; }
span { border-color: rgb(216,213,147); }
td.TdClassName
{
border-color: #D8D593;
}
.TagClassName
{
border-color: #D8D593;
}
</style>