Shades of Primrose #DBDD87
Tints of Primrose #DBDD87
RGB
CMYK
RGB Variations
Color information
#DBDD87 (or 0xDBDD87) is known color: Primrose. HEX triplet: DB, DD and 87. RGB value is (219,221,135). Sum of RGB (Red+Green+Blue) = 219+221+135=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD87 is #242278. Grayscale: #D2D2D2. Windows color (decimal): -2368121 or 8904155. OLE color: 8904155.
HSL color Cylindrical-coordinate representation of color #DBDD87: hue angle of 61.4º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBDD87 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 135 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.13 |
| HSL | 61.4º | 0.56% | 0.7% | - |
| HSV(B) | 61.4º | 0.39% | 0.87% | - |
| XYZ | 59.44 | 68.52 | 33.01 | - |
| YUV | 210.6 | 85.34 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 135 | 0.01 | 0 | 0.39 | 0.13 | 61.4 | 0.56 | 0.7 |
| Hex | DB | DD | 87 | 1 | 0 | 27 | D | 3D | 38 | 46 |
| Octal | 333 | 335 | 207 | 1 | 0 | 47 | 15 | 75 | 70 | 106 |
| Binary | 11011011 | 11011101 | 10000111 | 1 | 0 | 100111 | 1101 | 111101 | 111000 | 1000110 |
Color Harmonies of #DBDD87
Complementary color
Monochromatic Colors of #DBDD87
Black with #DBDD87
Text Example
Text Example
White with #DBDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD87; }
p { color: rgb(219,221,135); }
H1.HeaderClassName
{
color: #DBDD87;
}
.AnyTagClassName
{
color: #DBDD87;
}
</style>
background-color css
<style>
a { background-color: #DBDD87; }
a { background-color: rgb(219,221,135); }
div.DivClassName
{
background-color: #DBDD87;
}
.BgClassName
{
background-color: #DBDD87;
}
</style>
border-color css
<style>
span { border-color: #DBDD87; }
span { border-color: rgb(219,221,135); }
td.TdClassName
{
border-color: #DBDD87;
}
.TagClassName
{
border-color: #DBDD87;
}
</style>