Shades of Primrose #D4DB9A
Tints of Primrose #D4DB9A
RGB
CMYK
RGB Variations
Color information
#D4DB9A (or 0xD4DB9A) is known color: Primrose. HEX triplet: D4, DB and 9A. RGB value is (212,219,154). Sum of RGB (Red+Green+Blue) = 212+219+154=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DB9A is #2B2465. Grayscale: #D1D1D1. Windows color (decimal): -2827366 or 10148820. OLE color: 10148820.
HSL color Cylindrical-coordinate representation of color #D4DB9A: hue angle of 66.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4DB9A is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 219 | 154 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.14 |
| HSL | 66.46º | 0.47% | 0.73% | - |
| HSV(B) | 66.46º | 0.3% | 0.86% | - |
| XYZ | 58.32 | 66.99 | 40.43 | - |
| YUV | 209.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 219 | 154 | 0.03 | 0 | 0.30 | 0.14 | 66.46 | 0.47 | 0.73 |
| Hex | D4 | DB | 9A | 3 | 0 | 1E | E | 42 | 2F | 49 |
| Octal | 324 | 333 | 232 | 3 | 0 | 36 | 16 | 102 | 57 | 111 |
| Binary | 11010100 | 11011011 | 10011010 | 11 | 0 | 11110 | 1110 | 1000010 | 101111 | 1001001 |
Color Harmonies of #D4DB9A
Complementary color
Monochromatic Colors of #D4DB9A
Black with #D4DB9A
Text Example
Text Example
White with #D4DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DB9A; }
p { color: rgb(212,219,154); }
H1.HeaderClassName
{
color: #D4DB9A;
}
.AnyTagClassName
{
color: #D4DB9A;
}
</style>
background-color css
<style>
a { background-color: #D4DB9A; }
a { background-color: rgb(212,219,154); }
div.DivClassName
{
background-color: #D4DB9A;
}
.BgClassName
{
background-color: #D4DB9A;
}
</style>
border-color css
<style>
span { border-color: #D4DB9A; }
span { border-color: rgb(212,219,154); }
td.TdClassName
{
border-color: #D4DB9A;
}
.TagClassName
{
border-color: #D4DB9A;
}
</style>