Shades of Primrose #DBE98A
Tints of Primrose #DBE98A
RGB
CMYK
RGB Variations
Color information
#DBE98A (or 0xDBE98A) is known color: Primrose. HEX triplet: DB, E9 and 8A. RGB value is (219,233,138). Sum of RGB (Red+Green+Blue) = 219+233+138=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 233 (91.41% from 255 or 39.49% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE98A is #241675. Grayscale: #DADADA. Windows color (decimal): -2365046 or 9103835. OLE color: 9103835.
HSL color Cylindrical-coordinate representation of color #DBE98A: hue angle of 68.84º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE98A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 138 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 68.84º | 0.68% | 0.73% | - |
| HSV(B) | 68.84º | 0.41% | 0.91% | - |
| XYZ | 62.94 | 75.17 | 35.24 | - |
| YUV | 217.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 138 | 0.06 | 0 | 0.41 | 0.09 | 68.84 | 0.68 | 0.73 |
| Hex | DB | E9 | 8A | 6 | 0 | 29 | 9 | 45 | 44 | 49 |
| Octal | 333 | 351 | 212 | 6 | 0 | 51 | 11 | 105 | 104 | 111 |
| Binary | 11011011 | 11101001 | 10001010 | 110 | 0 | 101001 | 1001 | 1000101 | 1000100 | 1001001 |
Color Harmonies of #DBE98A
Complementary color
Monochromatic Colors of #DBE98A
Black with #DBE98A
Text Example
Text Example
White with #DBE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE98A; }
p { color: rgb(219,233,138); }
H1.HeaderClassName
{
color: #DBE98A;
}
.AnyTagClassName
{
color: #DBE98A;
}
</style>
background-color css
<style>
a { background-color: #DBE98A; }
a { background-color: rgb(219,233,138); }
div.DivClassName
{
background-color: #DBE98A;
}
.BgClassName
{
background-color: #DBE98A;
}
</style>
border-color css
<style>
span { border-color: #DBE98A; }
span { border-color: rgb(219,233,138); }
td.TdClassName
{
border-color: #DBE98A;
}
.TagClassName
{
border-color: #DBE98A;
}
</style>