Shades of Primrose #D7DB97
Tints of Primrose #D7DB97
RGB
CMYK
RGB Variations
Color information
#D7DB97 (or 0xD7DB97) is known color: Primrose. HEX triplet: D7, DB and 97. RGB value is (215,219,151). Sum of RGB (Red+Green+Blue) = 215+219+151=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 151 (59.38% from 255 or 25.81% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB97 is #282468. Grayscale: #D2D2D2. Windows color (decimal): -2630761 or 9952215. OLE color: 9952215.
HSL color Cylindrical-coordinate representation of color #D7DB97: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7DB97 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 151 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.14 |
| HSL | 63.53º | 0.49% | 0.73% | - |
| HSV(B) | 63.53º | 0.31% | 0.86% | - |
| XYZ | 58.94 | 67.34 | 39.17 | - |
| YUV | 210.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 151 | 0.02 | 0 | 0.31 | 0.14 | 63.53 | 0.49 | 0.73 |
| Hex | D7 | DB | 97 | 2 | 0 | 1F | E | 40 | 31 | 49 |
| Octal | 327 | 333 | 227 | 2 | 0 | 37 | 16 | 100 | 61 | 111 |
| Binary | 11010111 | 11011011 | 10010111 | 10 | 0 | 11111 | 1110 | 1000000 | 110001 | 1001001 |
Color Harmonies of #D7DB97
Complementary color
Monochromatic Colors of #D7DB97
Black with #D7DB97
Text Example
Text Example
White with #D7DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB97; }
p { color: rgb(215,219,151); }
H1.HeaderClassName
{
color: #D7DB97;
}
.AnyTagClassName
{
color: #D7DB97;
}
</style>
background-color css
<style>
a { background-color: #D7DB97; }
a { background-color: rgb(215,219,151); }
div.DivClassName
{
background-color: #D7DB97;
}
.BgClassName
{
background-color: #D7DB97;
}
</style>
border-color css
<style>
span { border-color: #D7DB97; }
span { border-color: rgb(215,219,151); }
td.TdClassName
{
border-color: #D7DB97;
}
.TagClassName
{
border-color: #D7DB97;
}
</style>