Shades of Primrose #DBE082
Tints of Primrose #DBE082
RGB
CMYK
RGB Variations
Color information
#DBE082 (or 0xDBE082) is known color: Primrose. HEX triplet: DB, E0 and 82. RGB value is (219,224,130). Sum of RGB (Red+Green+Blue) = 219+224+130=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE082 is #241F7D. Grayscale: #D4D4D4. Windows color (decimal): -2367358 or 8577243. OLE color: 8577243.
HSL color Cylindrical-coordinate representation of color #DBE082: hue angle of 63.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE082 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 224 | 130 | - |
CMYK | 0.02 | 0 | 0.42 | 0.12 |
HSL | 63.19º | 0.6% | 0.69% | - |
HSV(B) | 63.19º | 0.42% | 0.88% | - |
XYZ | 59.9 | 69.98 | 31.47 | - |
YUV | 211.79 | 81.84 | 133.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 224 | 130 | 0.02 | 0 | 0.42 | 0.12 | 63.19 | 0.6 | 0.69 |
Hex | DB | E0 | 82 | 2 | 0 | 2A | C | 3F | 3C | 45 |
Octal | 333 | 340 | 202 | 2 | 0 | 52 | 14 | 77 | 74 | 105 |
Binary | 11011011 | 11100000 | 10000010 | 10 | 0 | 101010 | 1100 | 111111 | 111100 | 1000101 |
Color Harmonies of #DBE082
Complementary color
Monochromatic Colors of #DBE082
Black with #DBE082
Text Example
Text Example
White with #DBE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE082; }
p { color: rgb(219,224,130); }
H1.HeaderClassName
{
color: #DBE082;
}
.AnyTagClassName
{
color: #DBE082;
}
</style>
background-color css
<style>
a { background-color: #DBE082; }
a { background-color: rgb(219,224,130); }
div.DivClassName
{
background-color: #DBE082;
}
.BgClassName
{
background-color: #DBE082;
}
</style>
border-color css
<style>
span { border-color: #DBE082; }
span { border-color: rgb(219,224,130); }
td.TdClassName
{
border-color: #DBE082;
}
.TagClassName
{
border-color: #DBE082;
}
</style>