Shades of Primrose #DBE39B
Tints of Primrose #DBE39B
RGB
CMYK
RGB Variations
Color information
#DBE39B (or 0xDBE39B) is known color: Primrose. HEX triplet: DB, E3 and 9B. RGB value is (219,227,155). Sum of RGB (Red+Green+Blue) = 219+227+155=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE39B is #241C64. Grayscale: #D8D8D8. Windows color (decimal): -2366565 or 10216411. OLE color: 10216411.
HSL color Cylindrical-coordinate representation of color #DBE39B: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE39B is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 155 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.11 |
| HSL | 66.67º | 0.56% | 0.75% | - |
| HSV(B) | 66.67º | 0.32% | 0.89% | - |
| XYZ | 62.6 | 72.36 | 41.68 | - |
| YUV | 216.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 155 | 0.04 | 0 | 0.32 | 0.11 | 66.67 | 0.56 | 0.75 |
| Hex | DB | E3 | 9B | 4 | 0 | 20 | B | 43 | 38 | 4B |
| Octal | 333 | 343 | 233 | 4 | 0 | 40 | 13 | 103 | 70 | 113 |
| Binary | 11011011 | 11100011 | 10011011 | 100 | 0 | 100000 | 1011 | 1000011 | 111000 | 1001011 |
Color Harmonies of #DBE39B
Complementary color
Monochromatic Colors of #DBE39B
Black with #DBE39B
Text Example
Text Example
White with #DBE39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE39B; }
p { color: rgb(219,227,155); }
H1.HeaderClassName
{
color: #DBE39B;
}
.AnyTagClassName
{
color: #DBE39B;
}
</style>
background-color css
<style>
a { background-color: #DBE39B; }
a { background-color: rgb(219,227,155); }
div.DivClassName
{
background-color: #DBE39B;
}
.BgClassName
{
background-color: #DBE39B;
}
</style>
border-color css
<style>
span { border-color: #DBE39B; }
span { border-color: rgb(219,227,155); }
td.TdClassName
{
border-color: #DBE39B;
}
.TagClassName
{
border-color: #DBE39B;
}
</style>