Shades of Primrose #DBE382
Tints of Primrose #DBE382
RGB
CMYK
RGB Variations
Color information
#DBE382 (or 0xDBE382) is known color: Primrose. HEX triplet: DB, E3 and 82. RGB value is (219,227,130). Sum of RGB (Red+Green+Blue) = 219+227+130=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE382 is #241C7D. Grayscale: #D5D5D5. Windows color (decimal): -2366590 or 8578011. OLE color: 8578011.
HSL color Cylindrical-coordinate representation of color #DBE382: hue angle of 64.95º degrees, saturation: 0.63, 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 #DBE382 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 130 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.11 |
| HSL | 64.95º | 0.63% | 0.7% | - |
| HSV(B) | 64.95º | 0.43% | 0.89% | - |
| XYZ | 60.71 | 71.61 | 31.74 | - |
| YUV | 213.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 130 | 0.04 | 0 | 0.43 | 0.11 | 64.95 | 0.63 | 0.7 |
| Hex | DB | E3 | 82 | 4 | 0 | 2B | B | 41 | 3F | 46 |
| Octal | 333 | 343 | 202 | 4 | 0 | 53 | 13 | 101 | 77 | 106 |
| Binary | 11011011 | 11100011 | 10000010 | 100 | 0 | 101011 | 1011 | 1000001 | 111111 | 1000110 |
Color Harmonies of #DBE382
Complementary color
Monochromatic Colors of #DBE382
Black with #DBE382
Text Example
Text Example
White with #DBE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE382; }
p { color: rgb(219,227,130); }
H1.HeaderClassName
{
color: #DBE382;
}
.AnyTagClassName
{
color: #DBE382;
}
</style>
background-color css
<style>
a { background-color: #DBE382; }
a { background-color: rgb(219,227,130); }
div.DivClassName
{
background-color: #DBE382;
}
.BgClassName
{
background-color: #DBE382;
}
</style>
border-color css
<style>
span { border-color: #DBE382; }
span { border-color: rgb(219,227,130); }
td.TdClassName
{
border-color: #DBE382;
}
.TagClassName
{
border-color: #DBE382;
}
</style>