Shades of Primrose #DBE38D
Tints of Primrose #DBE38D
RGB
CMYK
RGB Variations
Color information
#DBE38D (or 0xDBE38D) is known color: Primrose. HEX triplet: DB, E3 and 8D. RGB value is (219,227,141). Sum of RGB (Red+Green+Blue) = 219+227+141=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE38D is #241C72. Grayscale: #D7D7D7. Windows color (decimal): -2366579 or 9298907. OLE color: 9298907.
HSL color Cylindrical-coordinate representation of color #DBE38D: hue angle of 65.58º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE38D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 141 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.11 |
| HSL | 65.58º | 0.61% | 0.72% | - |
| HSV(B) | 65.58º | 0.38% | 0.89% | - |
| XYZ | 61.49 | 71.92 | 35.84 | - |
| YUV | 214.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 141 | 0.04 | 0 | 0.38 | 0.11 | 65.58 | 0.61 | 0.72 |
| Hex | DB | E3 | 8D | 4 | 0 | 26 | B | 42 | 3D | 48 |
| Octal | 333 | 343 | 215 | 4 | 0 | 46 | 13 | 102 | 75 | 110 |
| Binary | 11011011 | 11100011 | 10001101 | 100 | 0 | 100110 | 1011 | 1000010 | 111101 | 1001000 |
Color Harmonies of #DBE38D
Complementary color
Monochromatic Colors of #DBE38D
Black with #DBE38D
Text Example
Text Example
White with #DBE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE38D; }
p { color: rgb(219,227,141); }
H1.HeaderClassName
{
color: #DBE38D;
}
.AnyTagClassName
{
color: #DBE38D;
}
</style>
background-color css
<style>
a { background-color: #DBE38D; }
a { background-color: rgb(219,227,141); }
div.DivClassName
{
background-color: #DBE38D;
}
.BgClassName
{
background-color: #DBE38D;
}
</style>
border-color css
<style>
span { border-color: #DBE38D; }
span { border-color: rgb(219,227,141); }
td.TdClassName
{
border-color: #DBE38D;
}
.TagClassName
{
border-color: #DBE38D;
}
</style>