Shades of Primrose #DBDF93
Tints of Primrose #DBDF93
RGB
CMYK
RGB Variations
Color information
#DBDF93 (or 0xDBDF93) is known color: Primrose. HEX triplet: DB, DF and 93. RGB value is (219,223,147). Sum of RGB (Red+Green+Blue) = 219+223+147=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF93 is #24206C. Grayscale: #D5D5D5. Windows color (decimal): -2367597 or 9691099. OLE color: 9691099.
HSL color Cylindrical-coordinate representation of color #DBDF93: hue angle of 63.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBDF93 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 147 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.13 |
| HSL | 63.16º | 0.54% | 0.73% | - |
| HSV(B) | 63.16º | 0.34% | 0.87% | - |
| XYZ | 60.87 | 69.94 | 37.9 | - |
| YUV | 213.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 147 | 0.02 | 0 | 0.34 | 0.13 | 63.16 | 0.54 | 0.73 |
| Hex | DB | DF | 93 | 2 | 0 | 22 | D | 3F | 36 | 49 |
| Octal | 333 | 337 | 223 | 2 | 0 | 42 | 15 | 77 | 66 | 111 |
| Binary | 11011011 | 11011111 | 10010011 | 10 | 0 | 100010 | 1101 | 111111 | 110110 | 1001001 |
Color Harmonies of #DBDF93
Complementary color
Monochromatic Colors of #DBDF93
Black with #DBDF93
Text Example
Text Example
White with #DBDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF93; }
p { color: rgb(219,223,147); }
H1.HeaderClassName
{
color: #DBDF93;
}
.AnyTagClassName
{
color: #DBDF93;
}
</style>
background-color css
<style>
a { background-color: #DBDF93; }
a { background-color: rgb(219,223,147); }
div.DivClassName
{
background-color: #DBDF93;
}
.BgClassName
{
background-color: #DBDF93;
}
</style>
border-color css
<style>
span { border-color: #DBDF93; }
span { border-color: rgb(219,223,147); }
td.TdClassName
{
border-color: #DBDF93;
}
.TagClassName
{
border-color: #DBDF93;
}
</style>