Shades of Primrose #DBDF8B
Tints of Primrose #DBDF8B
RGB
CMYK
RGB Variations
Color information
#DBDF8B (or 0xDBDF8B) is known color: Primrose. HEX triplet: DB, DF and 8B. RGB value is (219,223,139). Sum of RGB (Red+Green+Blue) = 219+223+139=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF8B is #242074. Grayscale: #D4D4D4. Windows color (decimal): -2367605 or 9166811. OLE color: 9166811.
HSL color Cylindrical-coordinate representation of color #DBDF8B: hue angle of 62.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDF8B is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 139 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.13 |
| HSL | 62.86º | 0.57% | 0.71% | - |
| HSV(B) | 62.86º | 0.38% | 0.87% | - |
| XYZ | 60.26 | 69.7 | 34.7 | - |
| YUV | 212.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 139 | 0.02 | 0 | 0.38 | 0.13 | 62.86 | 0.57 | 0.71 |
| Hex | DB | DF | 8B | 2 | 0 | 26 | D | 3F | 39 | 47 |
| Octal | 333 | 337 | 213 | 2 | 0 | 46 | 15 | 77 | 71 | 107 |
| Binary | 11011011 | 11011111 | 10001011 | 10 | 0 | 100110 | 1101 | 111111 | 111001 | 1000111 |
Color Harmonies of #DBDF8B
Complementary color
Monochromatic Colors of #DBDF8B
Black with #DBDF8B
Text Example
Text Example
White with #DBDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF8B; }
p { color: rgb(219,223,139); }
H1.HeaderClassName
{
color: #DBDF8B;
}
.AnyTagClassName
{
color: #DBDF8B;
}
</style>
background-color css
<style>
a { background-color: #DBDF8B; }
a { background-color: rgb(219,223,139); }
div.DivClassName
{
background-color: #DBDF8B;
}
.BgClassName
{
background-color: #DBDF8B;
}
</style>
border-color css
<style>
span { border-color: #DBDF8B; }
span { border-color: rgb(219,223,139); }
td.TdClassName
{
border-color: #DBDF8B;
}
.TagClassName
{
border-color: #DBDF8B;
}
</style>