Shades of Primrose #DBDA8C
Tints of Primrose #DBDA8C
RGB
CMYK
RGB Variations
Color information
#DBDA8C (or 0xDBDA8C) is known color: Primrose. HEX triplet: DB, DA and 8C. RGB value is (219,218,140). Sum of RGB (Red+Green+Blue) = 219+218+140=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDA8C is #242573. Grayscale: #D1D1D1. Windows color (decimal): -2368884 or 9231067. OLE color: 9231067.
HSL color Cylindrical-coordinate representation of color #DBDA8C: hue angle of 59.24º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDA8C is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 140 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.14 |
| HSL | 59.24º | 0.52% | 0.7% | - |
| HSV(B) | 59.24º | 0.36% | 0.86% | - |
| XYZ | 59.02 | 67.1 | 34.65 | - |
| YUV | 209.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 140 | 0 | 0.00 | 0.36 | 0.14 | 59.24 | 0.52 | 0.7 |
| Hex | DB | DA | 8C | 0 | 0 | 24 | E | 3B | 34 | 46 |
| Octal | 333 | 332 | 214 | 0 | 0 | 44 | 16 | 73 | 64 | 106 |
| Binary | 11011011 | 11011010 | 10001100 | 0 | 0 | 100100 | 1110 | 111011 | 110100 | 1000110 |
Color Harmonies of #DBDA8C
Complementary color
Monochromatic Colors of #DBDA8C
Black with #DBDA8C
Text Example
Text Example
White with #DBDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA8C; }
p { color: rgb(219,218,140); }
H1.HeaderClassName
{
color: #DBDA8C;
}
.AnyTagClassName
{
color: #DBDA8C;
}
</style>
background-color css
<style>
a { background-color: #DBDA8C; }
a { background-color: rgb(219,218,140); }
div.DivClassName
{
background-color: #DBDA8C;
}
.BgClassName
{
background-color: #DBDA8C;
}
</style>
border-color css
<style>
span { border-color: #DBDA8C; }
span { border-color: rgb(219,218,140); }
td.TdClassName
{
border-color: #DBDA8C;
}
.TagClassName
{
border-color: #DBDA8C;
}
</style>