Shades of Primrose #DBDF96
Tints of Primrose #DBDF96
RGB
CMYK
RGB Variations
Color information
#DBDF96 (or 0xDBDF96) is known color: Primrose. HEX triplet: DB, DF and 96. RGB value is (219,223,150). Sum of RGB (Red+Green+Blue) = 219+223+150=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF96 is #242069. Grayscale: #D5D5D5. Windows color (decimal): -2367594 or 9887707. OLE color: 9887707.
HSL color Cylindrical-coordinate representation of color #DBDF96: hue angle of 63.29º degrees, saturation: 0.53, 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 #DBDF96 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 150 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.13 |
| HSL | 63.29º | 0.53% | 0.73% | - |
| HSV(B) | 63.29º | 0.33% | 0.87% | - |
| XYZ | 61.11 | 70.04 | 39.15 | - |
| YUV | 213.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 150 | 0.02 | 0 | 0.33 | 0.13 | 63.29 | 0.53 | 0.73 |
| Hex | DB | DF | 96 | 2 | 0 | 21 | D | 3F | 35 | 49 |
| Octal | 333 | 337 | 226 | 2 | 0 | 41 | 15 | 77 | 65 | 111 |
| Binary | 11011011 | 11011111 | 10010110 | 10 | 0 | 100001 | 1101 | 111111 | 110101 | 1001001 |
Color Harmonies of #DBDF96
Complementary color
Monochromatic Colors of #DBDF96
Black with #DBDF96
Text Example
Text Example
White with #DBDF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF96; }
p { color: rgb(219,223,150); }
H1.HeaderClassName
{
color: #DBDF96;
}
.AnyTagClassName
{
color: #DBDF96;
}
</style>
background-color css
<style>
a { background-color: #DBDF96; }
a { background-color: rgb(219,223,150); }
div.DivClassName
{
background-color: #DBDF96;
}
.BgClassName
{
background-color: #DBDF96;
}
</style>
border-color css
<style>
span { border-color: #DBDF96; }
span { border-color: rgb(219,223,150); }
td.TdClassName
{
border-color: #DBDF96;
}
.TagClassName
{
border-color: #DBDF96;
}
</style>