Shades of Primrose #DBE185
Tints of Primrose #DBE185
RGB
CMYK
RGB Variations
Color information
#DBE185 (or 0xDBE185) is known color: Primrose. HEX triplet: DB, E1 and 85. RGB value is (219,225,133). Sum of RGB (Red+Green+Blue) = 219+225+133=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE185 is #241E7A. Grayscale: #D5D5D5. Windows color (decimal): -2367099 or 8774107. OLE color: 8774107.
HSL color Cylindrical-coordinate representation of color #DBE185: hue angle of 63.91º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE185 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 133 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.12 |
| HSL | 63.91º | 0.61% | 0.7% | - |
| HSV(B) | 63.91º | 0.41% | 0.88% | - |
| XYZ | 60.37 | 70.6 | 32.64 | - |
| YUV | 212.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 133 | 0.03 | 0 | 0.41 | 0.12 | 63.91 | 0.61 | 0.7 |
| Hex | DB | E1 | 85 | 3 | 0 | 29 | C | 40 | 3D | 46 |
| Octal | 333 | 341 | 205 | 3 | 0 | 51 | 14 | 100 | 75 | 106 |
| Binary | 11011011 | 11100001 | 10000101 | 11 | 0 | 101001 | 1100 | 1000000 | 111101 | 1000110 |
Color Harmonies of #DBE185
Complementary color
Monochromatic Colors of #DBE185
Black with #DBE185
Text Example
Text Example
White with #DBE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE185; }
p { color: rgb(219,225,133); }
H1.HeaderClassName
{
color: #DBE185;
}
.AnyTagClassName
{
color: #DBE185;
}
</style>
background-color css
<style>
a { background-color: #DBE185; }
a { background-color: rgb(219,225,133); }
div.DivClassName
{
background-color: #DBE185;
}
.BgClassName
{
background-color: #DBE185;
}
</style>
border-color css
<style>
span { border-color: #DBE185; }
span { border-color: rgb(219,225,133); }
td.TdClassName
{
border-color: #DBE185;
}
.TagClassName
{
border-color: #DBE185;
}
</style>