Shades of Primrose #D7DB8B
Tints of Primrose #D7DB8B
RGB
CMYK
RGB Variations
Color information
#D7DB8B (or 0xD7DB8B) is known color: Primrose. HEX triplet: D7, DB and 8B. RGB value is (215,219,139). Sum of RGB (Red+Green+Blue) = 215+219+139=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB8B is #282474. Grayscale: #D0D0D0. Windows color (decimal): -2630773 or 9165783. OLE color: 9165783.
HSL color Cylindrical-coordinate representation of color #D7DB8B: hue angle of 63º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7DB8B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 139 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.14 |
| HSL | 63º | 0.53% | 0.7% | - |
| HSV(B) | 63º | 0.37% | 0.86% | - |
| XYZ | 58.02 | 66.97 | 34.3 | - |
| YUV | 208.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 139 | 0.02 | 0 | 0.37 | 0.14 | 63 | 0.53 | 0.7 |
| Hex | D7 | DB | 8B | 2 | 0 | 25 | E | 3F | 35 | 46 |
| Octal | 327 | 333 | 213 | 2 | 0 | 45 | 16 | 77 | 65 | 106 |
| Binary | 11010111 | 11011011 | 10001011 | 10 | 0 | 100101 | 1110 | 111111 | 110101 | 1000110 |
Color Harmonies of #D7DB8B
Complementary color
Monochromatic Colors of #D7DB8B
Black with #D7DB8B
Text Example
Text Example
White with #D7DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB8B; }
p { color: rgb(215,219,139); }
H1.HeaderClassName
{
color: #D7DB8B;
}
.AnyTagClassName
{
color: #D7DB8B;
}
</style>
background-color css
<style>
a { background-color: #D7DB8B; }
a { background-color: rgb(215,219,139); }
div.DivClassName
{
background-color: #D7DB8B;
}
.BgClassName
{
background-color: #D7DB8B;
}
</style>
border-color css
<style>
span { border-color: #D7DB8B; }
span { border-color: rgb(215,219,139); }
td.TdClassName
{
border-color: #D7DB8B;
}
.TagClassName
{
border-color: #D7DB8B;
}
</style>