Shades of Primrose #DBE38B
Tints of Primrose #DBE38B
RGB
CMYK
RGB Variations
Color information
#DBE38B (or 0xDBE38B) is known color: Primrose. HEX triplet: DB, E3 and 8B. RGB value is (219,227,139). Sum of RGB (Red+Green+Blue) = 219+227+139=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE38B is #241C74. Grayscale: #D6D6D6. Windows color (decimal): -2366581 or 9167835. OLE color: 9167835.
HSL color Cylindrical-coordinate representation of color #DBE38B: hue angle of 65.45º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE38B is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 139 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.11 |
| HSL | 65.45º | 0.61% | 0.72% | - |
| HSV(B) | 65.45º | 0.39% | 0.89% | - |
| XYZ | 61.34 | 71.86 | 35.06 | - |
| YUV | 214.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 139 | 0.04 | 0 | 0.39 | 0.11 | 65.45 | 0.61 | 0.72 |
| Hex | DB | E3 | 8B | 4 | 0 | 27 | B | 41 | 3D | 48 |
| Octal | 333 | 343 | 213 | 4 | 0 | 47 | 13 | 101 | 75 | 110 |
| Binary | 11011011 | 11100011 | 10001011 | 100 | 0 | 100111 | 1011 | 1000001 | 111101 | 1001000 |
Color Harmonies of #DBE38B
Complementary color
Monochromatic Colors of #DBE38B
Black with #DBE38B
Text Example
Text Example
White with #DBE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE38B; }
p { color: rgb(219,227,139); }
H1.HeaderClassName
{
color: #DBE38B;
}
.AnyTagClassName
{
color: #DBE38B;
}
</style>
background-color css
<style>
a { background-color: #DBE38B; }
a { background-color: rgb(219,227,139); }
div.DivClassName
{
background-color: #DBE38B;
}
.BgClassName
{
background-color: #DBE38B;
}
</style>
border-color css
<style>
span { border-color: #DBE38B; }
span { border-color: rgb(219,227,139); }
td.TdClassName
{
border-color: #DBE38B;
}
.TagClassName
{
border-color: #DBE38B;
}
</style>