Shades of Primrose #D7D594
Tints of Primrose #D7D594
RGB
CMYK
RGB Variations
Color information
#D7D594 (or 0xD7D594) is known color: Primrose. HEX triplet: D7, D5 and 94. RGB value is (215,213,148). Sum of RGB (Red+Green+Blue) = 215+213+148=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D594 is #282A6B. Grayscale: #CECECE. Windows color (decimal): -2632300 or 9754071. OLE color: 9754071.
HSL color Cylindrical-coordinate representation of color #D7D594: hue angle of 58.21º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7D594 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 213 | 148 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.16 |
| HSL | 58.21º | 0.46% | 0.71% | - |
| HSV(B) | 58.21º | 0.31% | 0.84% | - |
| XYZ | 57.16 | 64.17 | 37.39 | - |
| YUV | 206.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 213 | 148 | 0 | 0.01 | 0.31 | 0.16 | 58.21 | 0.46 | 0.71 |
| Hex | D7 | D5 | 94 | 0 | 1 | 1F | 10 | 3A | 2E | 47 |
| Octal | 327 | 325 | 224 | 0 | 1 | 37 | 20 | 72 | 56 | 107 |
| Binary | 11010111 | 11010101 | 10010100 | 0 | 1 | 11111 | 10000 | 111010 | 101110 | 1000111 |
Color Harmonies of #D7D594
Complementary color
Monochromatic Colors of #D7D594
Black with #D7D594
Text Example
Text Example
White with #D7D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D594; }
p { color: rgb(215,213,148); }
H1.HeaderClassName
{
color: #D7D594;
}
.AnyTagClassName
{
color: #D7D594;
}
</style>
background-color css
<style>
a { background-color: #D7D594; }
a { background-color: rgb(215,213,148); }
div.DivClassName
{
background-color: #D7D594;
}
.BgClassName
{
background-color: #D7D594;
}
</style>
border-color css
<style>
span { border-color: #D7D594; }
span { border-color: rgb(215,213,148); }
td.TdClassName
{
border-color: #D7D594;
}
.TagClassName
{
border-color: #D7D594;
}
</style>