Shades of Primrose #DBE38F
Tints of Primrose #DBE38F
RGB
CMYK
RGB Variations
Color information
#DBE38F (or 0xDBE38F) is known color: Primrose. HEX triplet: DB, E3 and 8F. RGB value is (219,227,143). Sum of RGB (Red+Green+Blue) = 219+227+143=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE38F is #241C70. Grayscale: #D7D7D7. Windows color (decimal): -2366577 or 9429979. OLE color: 9429979.
HSL color Cylindrical-coordinate representation of color #DBE38F: hue angle of 65.71º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE38F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 143 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.11 |
| HSL | 65.71º | 0.6% | 0.73% | - |
| HSV(B) | 65.71º | 0.37% | 0.89% | - |
| XYZ | 61.64 | 71.98 | 36.63 | - |
| YUV | 215.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 143 | 0.04 | 0 | 0.37 | 0.11 | 65.71 | 0.6 | 0.73 |
| Hex | DB | E3 | 8F | 4 | 0 | 25 | B | 42 | 3C | 49 |
| Octal | 333 | 343 | 217 | 4 | 0 | 45 | 13 | 102 | 74 | 111 |
| Binary | 11011011 | 11100011 | 10001111 | 100 | 0 | 100101 | 1011 | 1000010 | 111100 | 1001001 |
Color Harmonies of #DBE38F
Complementary color
Monochromatic Colors of #DBE38F
Black with #DBE38F
Text Example
Text Example
White with #DBE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE38F; }
p { color: rgb(219,227,143); }
H1.HeaderClassName
{
color: #DBE38F;
}
.AnyTagClassName
{
color: #DBE38F;
}
</style>
background-color css
<style>
a { background-color: #DBE38F; }
a { background-color: rgb(219,227,143); }
div.DivClassName
{
background-color: #DBE38F;
}
.BgClassName
{
background-color: #DBE38F;
}
</style>
border-color css
<style>
span { border-color: #DBE38F; }
span { border-color: rgb(219,227,143); }
td.TdClassName
{
border-color: #DBE38F;
}
.TagClassName
{
border-color: #DBE38F;
}
</style>