Shades of Primrose #DBE48A
Tints of Primrose #DBE48A
RGB
CMYK
RGB Variations
Color information
#DBE48A (or 0xDBE48A) is known color: Primrose. HEX triplet: DB, E4 and 8A. RGB value is (219,228,138). Sum of RGB (Red+Green+Blue) = 219+228+138=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE48A is #241B75. Grayscale: #D7D7D7. Windows color (decimal): -2366326 or 9102555. OLE color: 9102555.
HSL color Cylindrical-coordinate representation of color #DBE48A: hue angle of 66º degrees, saturation: 0.62, 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 #DBE48A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 138 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.11 |
| HSL | 66º | 0.63% | 0.72% | - |
| HSV(B) | 66º | 0.39% | 0.89% | - |
| XYZ | 61.54 | 72.38 | 34.77 | - |
| YUV | 215.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 138 | 0.04 | 0 | 0.39 | 0.11 | 66 | 0.63 | 0.72 |
| Hex | DB | E4 | 8A | 4 | 0 | 27 | B | 42 | 3E | 48 |
| Octal | 333 | 344 | 212 | 4 | 0 | 47 | 13 | 102 | 76 | 110 |
| Binary | 11011011 | 11100100 | 10001010 | 100 | 0 | 100111 | 1011 | 1000010 | 111110 | 1001000 |
Color Harmonies of #DBE48A
Complementary color
Monochromatic Colors of #DBE48A
Black with #DBE48A
Text Example
Text Example
White with #DBE48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE48A; }
p { color: rgb(219,228,138); }
H1.HeaderClassName
{
color: #DBE48A;
}
.AnyTagClassName
{
color: #DBE48A;
}
</style>
background-color css
<style>
a { background-color: #DBE48A; }
a { background-color: rgb(219,228,138); }
div.DivClassName
{
background-color: #DBE48A;
}
.BgClassName
{
background-color: #DBE48A;
}
</style>
border-color css
<style>
span { border-color: #DBE48A; }
span { border-color: rgb(219,228,138); }
td.TdClassName
{
border-color: #DBE48A;
}
.TagClassName
{
border-color: #DBE48A;
}
</style>