Shades of Primrose #DBD881
Tints of Primrose #DBD881
RGB
CMYK
RGB Variations
Color information
#DBD881 (or 0xDBD881) is known color: Primrose. HEX triplet: DB, D8 and 81. RGB value is (219,216,129). Sum of RGB (Red+Green+Blue) = 219+216+129=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD881 is #24277E. Grayscale: #CFCFCF. Windows color (decimal): -2369407 or 8509659. OLE color: 8509659.
HSL color Cylindrical-coordinate representation of color #DBD881: hue angle of 58º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBD881 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 129 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.14 |
| HSL | 58º | 0.56% | 0.68% | - |
| HSV(B) | 58º | 0.41% | 0.86% | - |
| XYZ | 57.73 | 65.76 | 30.42 | - |
| YUV | 206.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 129 | 0 | 0.01 | 0.41 | 0.14 | 58 | 0.56 | 0.68 |
| Hex | DB | D8 | 81 | 0 | 1 | 29 | E | 3A | 38 | 44 |
| Octal | 333 | 330 | 201 | 0 | 1 | 51 | 16 | 72 | 70 | 104 |
| Binary | 11011011 | 11011000 | 10000001 | 0 | 1 | 101001 | 1110 | 111010 | 111000 | 1000100 |
Color Harmonies of #DBD881
Complementary color
Monochromatic Colors of #DBD881
Black with #DBD881
Text Example
Text Example
White with #DBD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD881; }
p { color: rgb(219,216,129); }
H1.HeaderClassName
{
color: #DBD881;
}
.AnyTagClassName
{
color: #DBD881;
}
</style>
background-color css
<style>
a { background-color: #DBD881; }
a { background-color: rgb(219,216,129); }
div.DivClassName
{
background-color: #DBD881;
}
.BgClassName
{
background-color: #DBD881;
}
</style>
border-color css
<style>
span { border-color: #DBD881; }
span { border-color: rgb(219,216,129); }
td.TdClassName
{
border-color: #DBD881;
}
.TagClassName
{
border-color: #DBD881;
}
</style>