Shades of Primrose #DBDD8C
Tints of Primrose #DBDD8C
RGB
CMYK
RGB Variations
Color information
#DBDD8C (or 0xDBDD8C) is known color: Primrose. HEX triplet: DB, DD and 8C. RGB value is (219,221,140). Sum of RGB (Red+Green+Blue) = 219+221+140=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 140 (55.08% from 255 or 24.14% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD8C is #242273. Grayscale: #D3D3D3. Windows color (decimal): -2368116 or 9231835. OLE color: 9231835.
HSL color Cylindrical-coordinate representation of color #DBDD8C: hue angle of 61.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDD8C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 140 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.13 |
| HSL | 61.48º | 0.54% | 0.71% | - |
| HSV(B) | 61.48º | 0.37% | 0.87% | - |
| XYZ | 59.8 | 68.67 | 34.91 | - |
| YUV | 211.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 140 | 0.01 | 0 | 0.37 | 0.13 | 61.48 | 0.54 | 0.71 |
| Hex | DB | DD | 8C | 1 | 0 | 25 | D | 3D | 36 | 47 |
| Octal | 333 | 335 | 214 | 1 | 0 | 45 | 15 | 75 | 66 | 107 |
| Binary | 11011011 | 11011101 | 10001100 | 1 | 0 | 100101 | 1101 | 111101 | 110110 | 1000111 |
Color Harmonies of #DBDD8C
Complementary color
Monochromatic Colors of #DBDD8C
Black with #DBDD8C
Text Example
Text Example
White with #DBDD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD8C; }
p { color: rgb(219,221,140); }
H1.HeaderClassName
{
color: #DBDD8C;
}
.AnyTagClassName
{
color: #DBDD8C;
}
</style>
background-color css
<style>
a { background-color: #DBDD8C; }
a { background-color: rgb(219,221,140); }
div.DivClassName
{
background-color: #DBDD8C;
}
.BgClassName
{
background-color: #DBDD8C;
}
</style>
border-color css
<style>
span { border-color: #DBDD8C; }
span { border-color: rgb(219,221,140); }
td.TdClassName
{
border-color: #DBDD8C;
}
.TagClassName
{
border-color: #DBDD8C;
}
</style>