Shades of Primrose #DBDF95
Tints of Primrose #DBDF95
RGB
CMYK
RGB Variations
Color information
#DBDF95 (or 0xDBDF95) is known color: Primrose. HEX triplet: DB, DF and 95. RGB value is (219,223,149). Sum of RGB (Red+Green+Blue) = 219+223+149=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF95 is #24206A. Grayscale: #D5D5D5. Windows color (decimal): -2367595 or 9822171. OLE color: 9822171.
HSL color Cylindrical-coordinate representation of color #DBDF95: hue angle of 63.24º degrees, saturation: 0.54, 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 #DBDF95 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 149 | - |
CMYK | 0.02 | 0 | 0.33 | 0.13 |
HSL | 63.24º | 0.54% | 0.73% | - |
HSV(B) | 63.24º | 0.33% | 0.87% | - |
XYZ | 61.03 | 70.01 | 38.73 | - |
YUV | 213.37 | 91.67 | 132.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 149 | 0.02 | 0 | 0.33 | 0.13 | 63.24 | 0.54 | 0.73 |
Hex | DB | DF | 95 | 2 | 0 | 21 | D | 3F | 36 | 49 |
Octal | 333 | 337 | 225 | 2 | 0 | 41 | 15 | 77 | 66 | 111 |
Binary | 11011011 | 11011111 | 10010101 | 10 | 0 | 100001 | 1101 | 111111 | 110110 | 1001001 |
Color Harmonies of #DBDF95
Complementary color
Monochromatic Colors of #DBDF95
Black with #DBDF95
Text Example
Text Example
White with #DBDF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF95; }
p { color: rgb(219,223,149); }
H1.HeaderClassName
{
color: #DBDF95;
}
.AnyTagClassName
{
color: #DBDF95;
}
</style>
background-color css
<style>
a { background-color: #DBDF95; }
a { background-color: rgb(219,223,149); }
div.DivClassName
{
background-color: #DBDF95;
}
.BgClassName
{
background-color: #DBDF95;
}
</style>
border-color css
<style>
span { border-color: #DBDF95; }
span { border-color: rgb(219,223,149); }
td.TdClassName
{
border-color: #DBDF95;
}
.TagClassName
{
border-color: #DBDF95;
}
</style>