Shades of Primrose #DBE28A
Tints of Primrose #DBE28A
RGB
CMYK
RGB Variations
Color information
#DBE28A (or 0xDBE28A) is known color: Primrose. HEX triplet: DB, E2 and 8A. RGB value is (219,226,138). Sum of RGB (Red+Green+Blue) = 219+226+138=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE28A is #241D75. Grayscale: #D6D6D6. Windows color (decimal): -2366838 or 9102043. OLE color: 9102043.
HSL color Cylindrical-coordinate representation of color #DBE28A: hue angle of 64.77º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE28A is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 138 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.11 |
| HSL | 64.77º | 0.6% | 0.71% | - |
| HSV(B) | 64.77º | 0.39% | 0.89% | - |
| XYZ | 61 | 71.29 | 34.59 | - |
| YUV | 213.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 138 | 0.03 | 0 | 0.39 | 0.11 | 64.77 | 0.6 | 0.71 |
| Hex | DB | E2 | 8A | 3 | 0 | 27 | B | 41 | 3C | 47 |
| Octal | 333 | 342 | 212 | 3 | 0 | 47 | 13 | 101 | 74 | 107 |
| Binary | 11011011 | 11100010 | 10001010 | 11 | 0 | 100111 | 1011 | 1000001 | 111100 | 1000111 |
Color Harmonies of #DBE28A
Complementary color
Monochromatic Colors of #DBE28A
Black with #DBE28A
Text Example
Text Example
White with #DBE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE28A; }
p { color: rgb(219,226,138); }
H1.HeaderClassName
{
color: #DBE28A;
}
.AnyTagClassName
{
color: #DBE28A;
}
</style>
background-color css
<style>
a { background-color: #DBE28A; }
a { background-color: rgb(219,226,138); }
div.DivClassName
{
background-color: #DBE28A;
}
.BgClassName
{
background-color: #DBE28A;
}
</style>
border-color css
<style>
span { border-color: #DBE28A; }
span { border-color: rgb(219,226,138); }
td.TdClassName
{
border-color: #DBE28A;
}
.TagClassName
{
border-color: #DBE28A;
}
</style>