Shades of Primrose #DBE18A
Tints of Primrose #DBE18A
RGB
CMYK
RGB Variations
Color information
#DBE18A (or 0xDBE18A) is known color: Primrose. HEX triplet: DB, E1 and 8A. RGB value is (219,225,138). Sum of RGB (Red+Green+Blue) = 219+225+138=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE18A is #241E75. Grayscale: #D5D5D5. Windows color (decimal): -2367094 or 9101787. OLE color: 9101787.
HSL color Cylindrical-coordinate representation of color #DBE18A: hue angle of 64.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE18A is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 138 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.12 |
| HSL | 64.14º | 0.59% | 0.71% | - |
| HSV(B) | 64.14º | 0.39% | 0.88% | - |
| XYZ | 60.73 | 70.75 | 34.5 | - |
| YUV | 213.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 138 | 0.03 | 0 | 0.39 | 0.12 | 64.14 | 0.59 | 0.71 |
| Hex | DB | E1 | 8A | 3 | 0 | 27 | C | 40 | 3B | 47 |
| Octal | 333 | 341 | 212 | 3 | 0 | 47 | 14 | 100 | 73 | 107 |
| Binary | 11011011 | 11100001 | 10001010 | 11 | 0 | 100111 | 1100 | 1000000 | 111011 | 1000111 |
Color Harmonies of #DBE18A
Complementary color
Monochromatic Colors of #DBE18A
Black with #DBE18A
Text Example
Text Example
White with #DBE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE18A; }
p { color: rgb(219,225,138); }
H1.HeaderClassName
{
color: #DBE18A;
}
.AnyTagClassName
{
color: #DBE18A;
}
</style>
background-color css
<style>
a { background-color: #DBE18A; }
a { background-color: rgb(219,225,138); }
div.DivClassName
{
background-color: #DBE18A;
}
.BgClassName
{
background-color: #DBE18A;
}
</style>
border-color css
<style>
span { border-color: #DBE18A; }
span { border-color: rgb(219,225,138); }
td.TdClassName
{
border-color: #DBE18A;
}
.TagClassName
{
border-color: #DBE18A;
}
</style>