Shades of Primrose #DBD798
Tints of Primrose #DBD798
RGB
CMYK
RGB Variations
Color information
#DBD798 (or 0xDBD798) is known color: Primrose. HEX triplet: DB, D7 and 98. RGB value is (219,215,152). Sum of RGB (Red+Green+Blue) = 219+215+152=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD798 is #242867. Grayscale: #D1D1D1. Windows color (decimal): -2369640 or 10016731. OLE color: 10016731.
HSL color Cylindrical-coordinate representation of color #DBD798: hue angle of 56.42º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBD798 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 152 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.14 |
| HSL | 56.42º | 0.48% | 0.73% | - |
| HSV(B) | 56.42º | 0.31% | 0.86% | - |
| XYZ | 59.18 | 65.93 | 39.31 | - |
| YUV | 209.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 152 | 0 | 0.02 | 0.31 | 0.14 | 56.42 | 0.48 | 0.73 |
| Hex | DB | D7 | 98 | 0 | 2 | 1F | E | 38 | 30 | 49 |
| Octal | 333 | 327 | 230 | 0 | 2 | 37 | 16 | 70 | 60 | 111 |
| Binary | 11011011 | 11010111 | 10011000 | 0 | 10 | 11111 | 1110 | 111000 | 110000 | 1001001 |
Color Harmonies of #DBD798
Complementary color
Monochromatic Colors of #DBD798
Black with #DBD798
Text Example
Text Example
White with #DBD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD798; }
p { color: rgb(219,215,152); }
H1.HeaderClassName
{
color: #DBD798;
}
.AnyTagClassName
{
color: #DBD798;
}
</style>
background-color css
<style>
a { background-color: #DBD798; }
a { background-color: rgb(219,215,152); }
div.DivClassName
{
background-color: #DBD798;
}
.BgClassName
{
background-color: #DBD798;
}
</style>
border-color css
<style>
span { border-color: #DBD798; }
span { border-color: rgb(219,215,152); }
td.TdClassName
{
border-color: #DBD798;
}
.TagClassName
{
border-color: #DBD798;
}
</style>