Shades of Primrose #DBE78C
Tints of Primrose #DBE78C
RGB
CMYK
RGB Variations
Color information
#DBE78C (or 0xDBE78C) is known color: Primrose. HEX triplet: DB, E7 and 8C. RGB value is (219,231,140). Sum of RGB (Red+Green+Blue) = 219+231+140=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 140 (55.08% from 255 or 23.73% from 590); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE78C is #241873. Grayscale: #D9D9D9. Windows color (decimal): -2365556 or 9234395. OLE color: 9234395.
HSL color Cylindrical-coordinate representation of color #DBE78C: hue angle of 67.91º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE78C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 140 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.09 |
| HSL | 67.91º | 0.65% | 0.73% | - |
| HSV(B) | 67.91º | 0.39% | 0.91% | - |
| XYZ | 62.52 | 74.11 | 35.82 | - |
| YUV | 217.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 140 | 0.05 | 0 | 0.39 | 0.09 | 67.91 | 0.65 | 0.73 |
| Hex | DB | E7 | 8C | 5 | 0 | 27 | 9 | 44 | 41 | 49 |
| Octal | 333 | 347 | 214 | 5 | 0 | 47 | 11 | 104 | 101 | 111 |
| Binary | 11011011 | 11100111 | 10001100 | 101 | 0 | 100111 | 1001 | 1000100 | 1000001 | 1001001 |
Color Harmonies of #DBE78C
Complementary color
Monochromatic Colors of #DBE78C
Black with #DBE78C
Text Example
Text Example
White with #DBE78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE78C; }
p { color: rgb(219,231,140); }
H1.HeaderClassName
{
color: #DBE78C;
}
.AnyTagClassName
{
color: #DBE78C;
}
</style>
background-color css
<style>
a { background-color: #DBE78C; }
a { background-color: rgb(219,231,140); }
div.DivClassName
{
background-color: #DBE78C;
}
.BgClassName
{
background-color: #DBE78C;
}
</style>
border-color css
<style>
span { border-color: #DBE78C; }
span { border-color: rgb(219,231,140); }
td.TdClassName
{
border-color: #DBE78C;
}
.TagClassName
{
border-color: #DBE78C;
}
</style>