Shades of Primrose #DBDD95
Tints of Primrose #DBDD95
RGB
CMYK
RGB Variations
Color information
#DBDD95 (or 0xDBDD95) is known color: Primrose. HEX triplet: DB, DD and 95. RGB value is (219,221,149). Sum of RGB (Red+Green+Blue) = 219+221+149=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD95 is #24226A. Grayscale: #D4D4D4. Windows color (decimal): -2368107 or 9821659. OLE color: 9821659.
HSL color Cylindrical-coordinate representation of color #DBDD95: hue angle of 61.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBDD95 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 149 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.13 |
| HSL | 61.67º | 0.51% | 0.73% | - |
| HSV(B) | 61.67º | 0.33% | 0.87% | - |
| XYZ | 60.49 | 68.94 | 38.55 | - |
| YUV | 212.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 149 | 0.01 | 0 | 0.33 | 0.13 | 61.67 | 0.51 | 0.73 |
| Hex | DB | DD | 95 | 1 | 0 | 21 | D | 3E | 33 | 49 |
| Octal | 333 | 335 | 225 | 1 | 0 | 41 | 15 | 76 | 63 | 111 |
| Binary | 11011011 | 11011101 | 10010101 | 1 | 0 | 100001 | 1101 | 111110 | 110011 | 1001001 |
Color Harmonies of #DBDD95
Complementary color
Monochromatic Colors of #DBDD95
Black with #DBDD95
Text Example
Text Example
White with #DBDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD95; }
p { color: rgb(219,221,149); }
H1.HeaderClassName
{
color: #DBDD95;
}
.AnyTagClassName
{
color: #DBDD95;
}
</style>
background-color css
<style>
a { background-color: #DBDD95; }
a { background-color: rgb(219,221,149); }
div.DivClassName
{
background-color: #DBDD95;
}
.BgClassName
{
background-color: #DBDD95;
}
</style>
border-color css
<style>
span { border-color: #DBDD95; }
span { border-color: rgb(219,221,149); }
td.TdClassName
{
border-color: #DBDD95;
}
.TagClassName
{
border-color: #DBDD95;
}
</style>