Shades of Primrose #DBE88A
Tints of Primrose #DBE88A
RGB
CMYK
RGB Variations
Color information
#DBE88A (or 0xDBE88A) is known color: Primrose. HEX triplet: DB, E8 and 8A. RGB value is (219,232,138). Sum of RGB (Red+Green+Blue) = 219+232+138=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE88A is #241775. Grayscale: #D9D9D9. Windows color (decimal): -2365302 or 9103579. OLE color: 9103579.
HSL color Cylindrical-coordinate representation of color #DBE88A: hue angle of 68.3º degrees, saturation: 0.67, 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 #DBE88A is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 138 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 68.3º | 0.67% | 0.73% | - |
| HSV(B) | 68.3º | 0.41% | 0.91% | - |
| XYZ | 62.66 | 74.61 | 35.14 | - |
| YUV | 217.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 138 | 0.06 | 0 | 0.41 | 0.09 | 68.3 | 0.67 | 0.73 |
| Hex | DB | E8 | 8A | 6 | 0 | 29 | 9 | 44 | 43 | 49 |
| Octal | 333 | 350 | 212 | 6 | 0 | 51 | 11 | 104 | 103 | 111 |
| Binary | 11011011 | 11101000 | 10001010 | 110 | 0 | 101001 | 1001 | 1000100 | 1000011 | 1001001 |
Color Harmonies of #DBE88A
Complementary color
Monochromatic Colors of #DBE88A
Black with #DBE88A
Text Example
Text Example
White with #DBE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE88A; }
p { color: rgb(219,232,138); }
H1.HeaderClassName
{
color: #DBE88A;
}
.AnyTagClassName
{
color: #DBE88A;
}
</style>
background-color css
<style>
a { background-color: #DBE88A; }
a { background-color: rgb(219,232,138); }
div.DivClassName
{
background-color: #DBE88A;
}
.BgClassName
{
background-color: #DBE88A;
}
</style>
border-color css
<style>
span { border-color: #DBE88A; }
span { border-color: rgb(219,232,138); }
td.TdClassName
{
border-color: #DBE88A;
}
.TagClassName
{
border-color: #DBE88A;
}
</style>