Shades of Primrose #DBE483
Tints of Primrose #DBE483
RGB
CMYK
RGB Variations
Color information
#DBE483 (or 0xDBE483) is known color: Primrose. HEX triplet: DB, E4 and 83. RGB value is (219,228,131). Sum of RGB (Red+Green+Blue) = 219+228+131=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE483 is #241B7C. Grayscale: #D6D6D6. Windows color (decimal): -2366333 or 8643803. OLE color: 8643803.
HSL color Cylindrical-coordinate representation of color #DBE483: hue angle of 65.57º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE483 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 131 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.11 |
| HSL | 65.57º | 0.64% | 0.7% | - |
| HSV(B) | 65.57º | 0.43% | 0.89% | - |
| XYZ | 61.05 | 72.19 | 32.19 | - |
| YUV | 214.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 131 | 0.04 | 0 | 0.43 | 0.11 | 65.57 | 0.64 | 0.7 |
| Hex | DB | E4 | 83 | 4 | 0 | 2B | B | 42 | 40 | 46 |
| Octal | 333 | 344 | 203 | 4 | 0 | 53 | 13 | 102 | 100 | 106 |
| Binary | 11011011 | 11100100 | 10000011 | 100 | 0 | 101011 | 1011 | 1000010 | 1000000 | 1000110 |
Color Harmonies of #DBE483
Complementary color
Monochromatic Colors of #DBE483
Black with #DBE483
Text Example
Text Example
White with #DBE483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE483; }
p { color: rgb(219,228,131); }
H1.HeaderClassName
{
color: #DBE483;
}
.AnyTagClassName
{
color: #DBE483;
}
</style>
background-color css
<style>
a { background-color: #DBE483; }
a { background-color: rgb(219,228,131); }
div.DivClassName
{
background-color: #DBE483;
}
.BgClassName
{
background-color: #DBE483;
}
</style>
border-color css
<style>
span { border-color: #DBE483; }
span { border-color: rgb(219,228,131); }
td.TdClassName
{
border-color: #DBE483;
}
.TagClassName
{
border-color: #DBE483;
}
</style>