Shades of Primrose #DBDF9D
Tints of Primrose #DBDF9D
RGB
CMYK
RGB Variations
Color information
#DBDF9D (or 0xDBDF9D) is known color: Primrose. HEX triplet: DB, DF and 9D. RGB value is (219,223,157). Sum of RGB (Red+Green+Blue) = 219+223+157=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF9D is #242062. Grayscale: #D6D6D6. Windows color (decimal): -2367587 or 10346459. OLE color: 10346459.
HSL color Cylindrical-coordinate representation of color #DBDF9D: hue angle of 63.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBDF9D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 157 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.13 |
| HSL | 63.64º | 0.51% | 0.75% | - |
| HSV(B) | 63.64º | 0.3% | 0.87% | - |
| XYZ | 61.69 | 70.27 | 42.21 | - |
| YUV | 214.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 157 | 0.02 | 0 | 0.30 | 0.13 | 63.64 | 0.51 | 0.75 |
| Hex | DB | DF | 9D | 2 | 0 | 1E | D | 40 | 33 | 4B |
| Octal | 333 | 337 | 235 | 2 | 0 | 36 | 15 | 100 | 63 | 113 |
| Binary | 11011011 | 11011111 | 10011101 | 10 | 0 | 11110 | 1101 | 1000000 | 110011 | 1001011 |
Color Harmonies of #DBDF9D
Complementary color
Monochromatic Colors of #DBDF9D
Black with #DBDF9D
Text Example
Text Example
White with #DBDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF9D; }
p { color: rgb(219,223,157); }
H1.HeaderClassName
{
color: #DBDF9D;
}
.AnyTagClassName
{
color: #DBDF9D;
}
</style>
background-color css
<style>
a { background-color: #DBDF9D; }
a { background-color: rgb(219,223,157); }
div.DivClassName
{
background-color: #DBDF9D;
}
.BgClassName
{
background-color: #DBDF9D;
}
</style>
border-color css
<style>
span { border-color: #DBDF9D; }
span { border-color: rgb(219,223,157); }
td.TdClassName
{
border-color: #DBDF9D;
}
.TagClassName
{
border-color: #DBDF9D;
}
</style>