Shades of Primrose #DBDF90
Tints of Primrose #DBDF90
RGB
CMYK
RGB Variations
Color information
#DBDF90 (or 0xDBDF90) is known color: Primrose. HEX triplet: DB, DF and 90. RGB value is (219,223,144). Sum of RGB (Red+Green+Blue) = 219+223+144=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF90 is #24206F. Grayscale: #D5D5D5. Windows color (decimal): -2367600 or 9494491. OLE color: 9494491.
HSL color Cylindrical-coordinate representation of color #DBDF90: hue angle of 63.04º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDF90 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 144 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.13 |
| HSL | 63.04º | 0.55% | 0.72% | - |
| HSV(B) | 63.04º | 0.35% | 0.87% | - |
| XYZ | 60.64 | 69.85 | 36.67 | - |
| YUV | 212.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 144 | 0.02 | 0 | 0.35 | 0.13 | 63.04 | 0.55 | 0.72 |
| Hex | DB | DF | 90 | 2 | 0 | 23 | D | 3F | 37 | 48 |
| Octal | 333 | 337 | 220 | 2 | 0 | 43 | 15 | 77 | 67 | 110 |
| Binary | 11011011 | 11011111 | 10010000 | 10 | 0 | 100011 | 1101 | 111111 | 110111 | 1001000 |
Color Harmonies of #DBDF90
Complementary color
Monochromatic Colors of #DBDF90
Black with #DBDF90
Text Example
Text Example
White with #DBDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF90; }
p { color: rgb(219,223,144); }
H1.HeaderClassName
{
color: #DBDF90;
}
.AnyTagClassName
{
color: #DBDF90;
}
</style>
background-color css
<style>
a { background-color: #DBDF90; }
a { background-color: rgb(219,223,144); }
div.DivClassName
{
background-color: #DBDF90;
}
.BgClassName
{
background-color: #DBDF90;
}
</style>
border-color css
<style>
span { border-color: #DBDF90; }
span { border-color: rgb(219,223,144); }
td.TdClassName
{
border-color: #DBDF90;
}
.TagClassName
{
border-color: #DBDF90;
}
</style>