Shades of Primrose #D4DB9B
Tints of Primrose #D4DB9B
RGB
CMYK
RGB Variations
Color information
#D4DB9B (or 0xD4DB9B) is known color: Primrose. HEX triplet: D4, DB and 9B. RGB value is (212,219,155). Sum of RGB (Red+Green+Blue) = 212+219+155=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB9B is #2B2464. Grayscale: #D1D1D1. Windows color (decimal): -2827365 or 10214356. OLE color: 10214356.
HSL color Cylindrical-coordinate representation of color #D4DB9B: hue angle of 66.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4DB9B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 155 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.14 |
| HSL | 66.56º | 0.47% | 0.73% | - |
| HSV(B) | 66.56º | 0.29% | 0.86% | - |
| XYZ | 58.4 | 67.03 | 40.87 | - |
| YUV | 209.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 155 | 0.03 | 0 | 0.29 | 0.14 | 66.56 | 0.47 | 0.73 |
| Hex | D4 | DB | 9B | 3 | 0 | 1D | E | 43 | 2F | 49 |
| Octal | 324 | 333 | 233 | 3 | 0 | 35 | 16 | 103 | 57 | 111 |
| Binary | 11010100 | 11011011 | 10011011 | 11 | 0 | 11101 | 1110 | 1000011 | 101111 | 1001001 |
Color Harmonies of #D4DB9B
Complementary color
Monochromatic Colors of #D4DB9B
Black with #D4DB9B
Text Example
Text Example
White with #D4DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB9B; }
p { color: rgb(212,219,155); }
H1.HeaderClassName
{
color: #D4DB9B;
}
.AnyTagClassName
{
color: #D4DB9B;
}
</style>
background-color css
<style>
a { background-color: #D4DB9B; }
a { background-color: rgb(212,219,155); }
div.DivClassName
{
background-color: #D4DB9B;
}
.BgClassName
{
background-color: #D4DB9B;
}
</style>
border-color css
<style>
span { border-color: #D4DB9B; }
span { border-color: rgb(212,219,155); }
td.TdClassName
{
border-color: #D4DB9B;
}
.TagClassName
{
border-color: #D4DB9B;
}
</style>