Shades of Primrose #DBE588
Tints of Primrose #DBE588
RGB
CMYK
RGB Variations
Color information
#DBE588 (or 0xDBE588) is known color: Primrose. HEX triplet: DB, E5 and 88. RGB value is (219,229,136). Sum of RGB (Red+Green+Blue) = 219+229+136=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE588 is #241A77. Grayscale: #D7D7D7. Windows color (decimal): -2366072 or 8971739. OLE color: 8971739.
HSL color Cylindrical-coordinate representation of color #DBE588: hue angle of 66.45º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE588 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 136 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.10 |
| HSL | 66.45º | 0.64% | 0.72% | - |
| HSV(B) | 66.45º | 0.41% | 0.9% | - |
| XYZ | 61.68 | 72.88 | 34.11 | - |
| YUV | 215.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 136 | 0.04 | 0 | 0.41 | 0.10 | 66.45 | 0.64 | 0.72 |
| Hex | DB | E5 | 88 | 4 | 0 | 29 | A | 42 | 40 | 48 |
| Octal | 333 | 345 | 210 | 4 | 0 | 51 | 12 | 102 | 100 | 110 |
| Binary | 11011011 | 11100101 | 10001000 | 100 | 0 | 101001 | 1010 | 1000010 | 1000000 | 1001000 |
Color Harmonies of #DBE588
Complementary color
Monochromatic Colors of #DBE588
Black with #DBE588
Text Example
Text Example
White with #DBE588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE588; }
p { color: rgb(219,229,136); }
H1.HeaderClassName
{
color: #DBE588;
}
.AnyTagClassName
{
color: #DBE588;
}
</style>
background-color css
<style>
a { background-color: #DBE588; }
a { background-color: rgb(219,229,136); }
div.DivClassName
{
background-color: #DBE588;
}
.BgClassName
{
background-color: #DBE588;
}
</style>
border-color css
<style>
span { border-color: #DBE588; }
span { border-color: rgb(219,229,136); }
td.TdClassName
{
border-color: #DBE588;
}
.TagClassName
{
border-color: #DBE588;
}
</style>