Shades of Primrose #DBE08D
Tints of Primrose #DBE08D
RGB
CMYK
RGB Variations
Color information
#DBE08D (or 0xDBE08D) is known color: Primrose. HEX triplet: DB, E0 and 8D. RGB value is (219,224,141). Sum of RGB (Red+Green+Blue) = 219+224+141=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE08D is #241F72. Grayscale: #D5D5D5. Windows color (decimal): -2367347 or 9298139. OLE color: 9298139.
HSL color Cylindrical-coordinate representation of color #DBE08D: hue angle of 63.61º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE08D is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 141 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.12 |
| HSL | 63.61º | 0.57% | 0.72% | - |
| HSV(B) | 63.61º | 0.37% | 0.88% | - |
| XYZ | 60.68 | 70.29 | 35.57 | - |
| YUV | 213.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 141 | 0.02 | 0 | 0.37 | 0.12 | 63.61 | 0.57 | 0.72 |
| Hex | DB | E0 | 8D | 2 | 0 | 25 | C | 40 | 39 | 48 |
| Octal | 333 | 340 | 215 | 2 | 0 | 45 | 14 | 100 | 71 | 110 |
| Binary | 11011011 | 11100000 | 10001101 | 10 | 0 | 100101 | 1100 | 1000000 | 111001 | 1001000 |
Color Harmonies of #DBE08D
Complementary color
Monochromatic Colors of #DBE08D
Black with #DBE08D
Text Example
Text Example
White with #DBE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE08D; }
p { color: rgb(219,224,141); }
H1.HeaderClassName
{
color: #DBE08D;
}
.AnyTagClassName
{
color: #DBE08D;
}
</style>
background-color css
<style>
a { background-color: #DBE08D; }
a { background-color: rgb(219,224,141); }
div.DivClassName
{
background-color: #DBE08D;
}
.BgClassName
{
background-color: #DBE08D;
}
</style>
border-color css
<style>
span { border-color: #DBE08D; }
span { border-color: rgb(219,224,141); }
td.TdClassName
{
border-color: #DBE08D;
}
.TagClassName
{
border-color: #DBE08D;
}
</style>