Shades of Primrose #DBE29B
Tints of Primrose #DBE29B
RGB
CMYK
RGB Variations
Color information
#DBE29B (or 0xDBE29B) is known color: Primrose. HEX triplet: DB, E2 and 9B. RGB value is (219,226,155). Sum of RGB (Red+Green+Blue) = 219+226+155=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE29B is #241D64. Grayscale: #D8D8D8. Windows color (decimal): -2366821 or 10216155. OLE color: 10216155.
HSL color Cylindrical-coordinate representation of color #DBE29B: hue angle of 65.92º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE29B is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 155 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.11 |
| HSL | 65.92º | 0.55% | 0.75% | - |
| HSV(B) | 65.92º | 0.31% | 0.89% | - |
| XYZ | 62.33 | 71.82 | 41.59 | - |
| YUV | 215.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 155 | 0.03 | 0 | 0.31 | 0.11 | 65.92 | 0.55 | 0.75 |
| Hex | DB | E2 | 9B | 3 | 0 | 1F | B | 42 | 37 | 4B |
| Octal | 333 | 342 | 233 | 3 | 0 | 37 | 13 | 102 | 67 | 113 |
| Binary | 11011011 | 11100010 | 10011011 | 11 | 0 | 11111 | 1011 | 1000010 | 110111 | 1001011 |
Color Harmonies of #DBE29B
Complementary color
Monochromatic Colors of #DBE29B
Black with #DBE29B
Text Example
Text Example
White with #DBE29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE29B; }
p { color: rgb(219,226,155); }
H1.HeaderClassName
{
color: #DBE29B;
}
.AnyTagClassName
{
color: #DBE29B;
}
</style>
background-color css
<style>
a { background-color: #DBE29B; }
a { background-color: rgb(219,226,155); }
div.DivClassName
{
background-color: #DBE29B;
}
.BgClassName
{
background-color: #DBE29B;
}
</style>
border-color css
<style>
span { border-color: #DBE29B; }
span { border-color: rgb(219,226,155); }
td.TdClassName
{
border-color: #DBE29B;
}
.TagClassName
{
border-color: #DBE29B;
}
</style>