Shades of Primrose #DBE28B
Tints of Primrose #DBE28B
RGB
CMYK
RGB Variations
Color information
#DBE28B (or 0xDBE28B) is known color: Primrose. HEX triplet: DB, E2 and 8B. RGB value is (219,226,139). Sum of RGB (Red+Green+Blue) = 219+226+139=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 139 (54.69% from 255 or 23.80% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE28B is #241D74. Grayscale: #D6D6D6. Windows color (decimal): -2366837 or 9167579. OLE color: 9167579.
HSL color Cylindrical-coordinate representation of color #DBE28B: hue angle of 64.83º degrees, saturation: 0.6, 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 #DBE28B is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 139 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.11 |
| HSL | 64.83º | 0.6% | 0.72% | - |
| HSV(B) | 64.83º | 0.38% | 0.89% | - |
| XYZ | 61.07 | 71.32 | 34.97 | - |
| YUV | 213.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 139 | 0.03 | 0 | 0.38 | 0.11 | 64.83 | 0.6 | 0.72 |
| Hex | DB | E2 | 8B | 3 | 0 | 26 | B | 41 | 3C | 48 |
| Octal | 333 | 342 | 213 | 3 | 0 | 46 | 13 | 101 | 74 | 110 |
| Binary | 11011011 | 11100010 | 10001011 | 11 | 0 | 100110 | 1011 | 1000001 | 111100 | 1001000 |
Color Harmonies of #DBE28B
Complementary color
Monochromatic Colors of #DBE28B
Black with #DBE28B
Text Example
Text Example
White with #DBE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE28B; }
p { color: rgb(219,226,139); }
H1.HeaderClassName
{
color: #DBE28B;
}
.AnyTagClassName
{
color: #DBE28B;
}
</style>
background-color css
<style>
a { background-color: #DBE28B; }
a { background-color: rgb(219,226,139); }
div.DivClassName
{
background-color: #DBE28B;
}
.BgClassName
{
background-color: #DBE28B;
}
</style>
border-color css
<style>
span { border-color: #DBE28B; }
span { border-color: rgb(219,226,139); }
td.TdClassName
{
border-color: #DBE28B;
}
.TagClassName
{
border-color: #DBE28B;
}
</style>