Shades of Primrose #DBDD85
Tints of Primrose #DBDD85
RGB
CMYK
RGB Variations
Color information
#DBDD85 (or 0xDBDD85) is known color: Primrose. HEX triplet: DB, DD and 85. RGB value is (219,221,133). Sum of RGB (Red+Green+Blue) = 219+221+133=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD85 is #24227A. Grayscale: #D2D2D2. Windows color (decimal): -2368123 or 8773083. OLE color: 8773083.
HSL color Cylindrical-coordinate representation of color #DBDD85: hue angle of 61.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBDD85 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 133 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.13 |
| HSL | 61.36º | 0.56% | 0.69% | - |
| HSV(B) | 61.36º | 0.4% | 0.87% | - |
| XYZ | 59.3 | 68.47 | 32.28 | - |
| YUV | 210.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 133 | 0.01 | 0 | 0.40 | 0.13 | 61.36 | 0.56 | 0.69 |
| Hex | DB | DD | 85 | 1 | 0 | 28 | D | 3D | 38 | 45 |
| Octal | 333 | 335 | 205 | 1 | 0 | 50 | 15 | 75 | 70 | 105 |
| Binary | 11011011 | 11011101 | 10000101 | 1 | 0 | 101000 | 1101 | 111101 | 111000 | 1000101 |
Color Harmonies of #DBDD85
Complementary color
Monochromatic Colors of #DBDD85
Black with #DBDD85
Text Example
Text Example
White with #DBDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD85; }
p { color: rgb(219,221,133); }
H1.HeaderClassName
{
color: #DBDD85;
}
.AnyTagClassName
{
color: #DBDD85;
}
</style>
background-color css
<style>
a { background-color: #DBDD85; }
a { background-color: rgb(219,221,133); }
div.DivClassName
{
background-color: #DBDD85;
}
.BgClassName
{
background-color: #DBDD85;
}
</style>
border-color css
<style>
span { border-color: #DBDD85; }
span { border-color: rgb(219,221,133); }
td.TdClassName
{
border-color: #DBDD85;
}
.TagClassName
{
border-color: #DBDD85;
}
</style>