Shades of Primrose #DBDF99
Tints of Primrose #DBDF99
RGB
CMYK
RGB Variations
Color information
#DBDF99 (or 0xDBDF99) is known color: Primrose. HEX triplet: DB, DF and 99. RGB value is (219,223,153). Sum of RGB (Red+Green+Blue) = 219+223+153=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF99 is #242066. Grayscale: #D6D6D6. Windows color (decimal): -2367591 or 10084315. OLE color: 10084315.
HSL color Cylindrical-coordinate representation of color #DBDF99: hue angle of 63.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBDF99 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 153 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.13 |
| HSL | 63.43º | 0.52% | 0.74% | - |
| HSV(B) | 63.43º | 0.31% | 0.87% | - |
| XYZ | 61.35 | 70.14 | 40.44 | - |
| YUV | 213.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 153 | 0.02 | 0 | 0.31 | 0.13 | 63.43 | 0.52 | 0.74 |
| Hex | DB | DF | 99 | 2 | 0 | 1F | D | 3F | 34 | 4A |
| Octal | 333 | 337 | 231 | 2 | 0 | 37 | 15 | 77 | 64 | 112 |
| Binary | 11011011 | 11011111 | 10011001 | 10 | 0 | 11111 | 1101 | 111111 | 110100 | 1001010 |
Color Harmonies of #DBDF99
Complementary color
Monochromatic Colors of #DBDF99
Black with #DBDF99
Text Example
Text Example
White with #DBDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF99; }
p { color: rgb(219,223,153); }
H1.HeaderClassName
{
color: #DBDF99;
}
.AnyTagClassName
{
color: #DBDF99;
}
</style>
background-color css
<style>
a { background-color: #DBDF99; }
a { background-color: rgb(219,223,153); }
div.DivClassName
{
background-color: #DBDF99;
}
.BgClassName
{
background-color: #DBDF99;
}
</style>
border-color css
<style>
span { border-color: #DBDF99; }
span { border-color: rgb(219,223,153); }
td.TdClassName
{
border-color: #DBDF99;
}
.TagClassName
{
border-color: #DBDF99;
}
</style>