Shades of Primrose #DBD898
Tints of Primrose #DBD898
RGB
CMYK
RGB Variations
Color information
#DBD898 (or 0xDBD898) is known color: Primrose. HEX triplet: DB, D8 and 98. RGB value is (219,216,152). Sum of RGB (Red+Green+Blue) = 219+216+152=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD898 is #242767. Grayscale: #D1D1D1. Windows color (decimal): -2369384 or 10016987. OLE color: 10016987.
HSL color Cylindrical-coordinate representation of color #DBD898: hue angle of 57.31º 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 #DBD898 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 152 | - |
CMYK | 0 | 0.01 | 0.31 | 0.14 |
HSL | 57.31º | 0.48% | 0.73% | - |
HSV(B) | 57.31º | 0.31% | 0.86% | - |
XYZ | 59.44 | 66.44 | 39.4 | - |
YUV | 209.6 | 95.49 | 134.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 152 | 0 | 0.01 | 0.31 | 0.14 | 57.31 | 0.48 | 0.73 |
Hex | DB | D8 | 98 | 0 | 1 | 1F | E | 39 | 30 | 49 |
Octal | 333 | 330 | 230 | 0 | 1 | 37 | 16 | 71 | 60 | 111 |
Binary | 11011011 | 11011000 | 10011000 | 0 | 1 | 11111 | 1110 | 111001 | 110000 | 1001001 |
Color Harmonies of #DBD898
Complementary color
Monochromatic Colors of #DBD898
Black with #DBD898
Text Example
Text Example
White with #DBD898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD898; }
p { color: rgb(219,216,152); }
H1.HeaderClassName
{
color: #DBD898;
}
.AnyTagClassName
{
color: #DBD898;
}
</style>
background-color css
<style>
a { background-color: #DBD898; }
a { background-color: rgb(219,216,152); }
div.DivClassName
{
background-color: #DBD898;
}
.BgClassName
{
background-color: #DBD898;
}
</style>
border-color css
<style>
span { border-color: #DBD898; }
span { border-color: rgb(219,216,152); }
td.TdClassName
{
border-color: #DBD898;
}
.TagClassName
{
border-color: #DBD898;
}
</style>