Shades of Primrose #D7DB8A
Tints of Primrose #D7DB8A
RGB
CMYK
RGB Variations
Color information
#D7DB8A (or 0xD7DB8A) is known color: Primrose. HEX triplet: D7, DB and 8A. RGB value is (215,219,138). Sum of RGB (Red+Green+Blue) = 215+219+138=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DB8A is #282475. Grayscale: #D0D0D0. Windows color (decimal): -2630774 or 9100247. OLE color: 9100247.
HSL color Cylindrical-coordinate representation of color #D7DB8A: hue angle of 62.96º 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 #D7DB8A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 138 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.14 |
| HSL | 62.96º | 0.53% | 0.7% | - |
| HSV(B) | 62.96º | 0.37% | 0.86% | - |
| XYZ | 57.94 | 66.95 | 33.91 | - |
| YUV | 208.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 138 | 0.02 | 0 | 0.37 | 0.14 | 62.96 | 0.53 | 0.7 |
| Hex | D7 | DB | 8A | 2 | 0 | 25 | E | 3F | 35 | 46 |
| Octal | 327 | 333 | 212 | 2 | 0 | 45 | 16 | 77 | 65 | 106 |
| Binary | 11010111 | 11011011 | 10001010 | 10 | 0 | 100101 | 1110 | 111111 | 110101 | 1000110 |
Color Harmonies of #D7DB8A
Complementary color
Monochromatic Colors of #D7DB8A
Black with #D7DB8A
Text Example
Text Example
White with #D7DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB8A; }
p { color: rgb(215,219,138); }
H1.HeaderClassName
{
color: #D7DB8A;
}
.AnyTagClassName
{
color: #D7DB8A;
}
</style>
background-color css
<style>
a { background-color: #D7DB8A; }
a { background-color: rgb(215,219,138); }
div.DivClassName
{
background-color: #D7DB8A;
}
.BgClassName
{
background-color: #D7DB8A;
}
</style>
border-color css
<style>
span { border-color: #D7DB8A; }
span { border-color: rgb(215,219,138); }
td.TdClassName
{
border-color: #D7DB8A;
}
.TagClassName
{
border-color: #D7DB8A;
}
</style>