Shades of Primrose #DBE08C
Tints of Primrose #DBE08C
RGB
CMYK
RGB Variations
Color information
#DBE08C (or 0xDBE08C) is known color: Primrose. HEX triplet: DB, E0 and 8C. RGB value is (219,224,140). Sum of RGB (Red+Green+Blue) = 219+224+140=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE08C is #241F73. Grayscale: #D5D5D5. Windows color (decimal): -2367348 or 9232603. OLE color: 9232603.
HSL color Cylindrical-coordinate representation of color #DBE08C: hue angle of 63.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE08C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 140 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.12 |
| HSL | 63.57º | 0.58% | 0.71% | - |
| HSV(B) | 63.57º | 0.38% | 0.88% | - |
| XYZ | 60.6 | 70.26 | 35.18 | - |
| YUV | 212.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 140 | 0.02 | 0 | 0.38 | 0.12 | 63.57 | 0.58 | 0.71 |
| Hex | DB | E0 | 8C | 2 | 0 | 26 | C | 40 | 3A | 47 |
| Octal | 333 | 340 | 214 | 2 | 0 | 46 | 14 | 100 | 72 | 107 |
| Binary | 11011011 | 11100000 | 10001100 | 10 | 0 | 100110 | 1100 | 1000000 | 111010 | 1000111 |
Color Harmonies of #DBE08C
Complementary color
Monochromatic Colors of #DBE08C
Black with #DBE08C
Text Example
Text Example
White with #DBE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE08C; }
p { color: rgb(219,224,140); }
H1.HeaderClassName
{
color: #DBE08C;
}
.AnyTagClassName
{
color: #DBE08C;
}
</style>
background-color css
<style>
a { background-color: #DBE08C; }
a { background-color: rgb(219,224,140); }
div.DivClassName
{
background-color: #DBE08C;
}
.BgClassName
{
background-color: #DBE08C;
}
</style>
border-color css
<style>
span { border-color: #DBE08C; }
span { border-color: rgb(219,224,140); }
td.TdClassName
{
border-color: #DBE08C;
}
.TagClassName
{
border-color: #DBE08C;
}
</style>