Shades of Primrose #D7D893
Tints of Primrose #D7D893
RGB
CMYK
RGB Variations
Color information
#D7D893 (or 0xD7D893) is known color: Primrose. HEX triplet: D7, D8 and 93. RGB value is (215,216,147). Sum of RGB (Red+Green+Blue) = 215+216+147=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D893 is #28276C. Grayscale: #D0D0D0. Windows color (decimal): -2631533 or 9689303. OLE color: 9689303.
HSL color Cylindrical-coordinate representation of color #D7D893: hue angle of 60.87º 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 #D7D893 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 216 | 147 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.15 |
| HSL | 60.87º | 0.47% | 0.71% | - |
| HSV(B) | 60.87º | 0.32% | 0.85% | - |
| XYZ | 57.85 | 65.67 | 37.23 | - |
| YUV | 207.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 147 | 0.00 | 0 | 0.32 | 0.15 | 60.87 | 0.47 | 0.71 |
| Hex | D7 | D8 | 93 | 0 | 0 | 20 | F | 3D | 2F | 47 |
| Octal | 327 | 330 | 223 | 0 | 0 | 40 | 17 | 75 | 57 | 107 |
| Binary | 11010111 | 11011000 | 10010011 | 0 | 0 | 100000 | 1111 | 111101 | 101111 | 1000111 |
Color Harmonies of #D7D893
Complementary color
Monochromatic Colors of #D7D893
Black with #D7D893
Text Example
Text Example
White with #D7D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D893; }
p { color: rgb(215,216,147); }
H1.HeaderClassName
{
color: #D7D893;
}
.AnyTagClassName
{
color: #D7D893;
}
</style>
background-color css
<style>
a { background-color: #D7D893; }
a { background-color: rgb(215,216,147); }
div.DivClassName
{
background-color: #D7D893;
}
.BgClassName
{
background-color: #D7D893;
}
</style>
border-color css
<style>
span { border-color: #D7D893; }
span { border-color: rgb(215,216,147); }
td.TdClassName
{
border-color: #D7D893;
}
.TagClassName
{
border-color: #D7D893;
}
</style>