Shades of Primrose #DBDC87
Tints of Primrose #DBDC87
RGB
CMYK
RGB Variations
Color information
#DBDC87 (or 0xDBDC87) is known color: Primrose. HEX triplet: DB, DC and 87. RGB value is (219,220,135). Sum of RGB (Red+Green+Blue) = 219+220+135=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC87 is #242378. Grayscale: #D2D2D2. Windows color (decimal): -2368377 or 8903899. OLE color: 8903899.
HSL color Cylindrical-coordinate representation of color #DBDC87: hue angle of 60.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBDC87 is Cyan = 0.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 135 | - |
| CMYK | 0.00 | 0 | 0.39 | 0.14 |
| HSL | 60.71º | 0.55% | 0.7% | - |
| HSV(B) | 60.71º | 0.39% | 0.86% | - |
| XYZ | 59.18 | 68 | 32.93 | - |
| YUV | 210.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 135 | 0.00 | 0 | 0.39 | 0.14 | 60.71 | 0.55 | 0.7 |
| Hex | DB | DC | 87 | 0 | 0 | 27 | E | 3D | 37 | 46 |
| Octal | 333 | 334 | 207 | 0 | 0 | 47 | 16 | 75 | 67 | 106 |
| Binary | 11011011 | 11011100 | 10000111 | 0 | 0 | 100111 | 1110 | 111101 | 110111 | 1000110 |
Color Harmonies of #DBDC87
Complementary color
Monochromatic Colors of #DBDC87
Black with #DBDC87
Text Example
Text Example
White with #DBDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC87; }
p { color: rgb(219,220,135); }
H1.HeaderClassName
{
color: #DBDC87;
}
.AnyTagClassName
{
color: #DBDC87;
}
</style>
background-color css
<style>
a { background-color: #DBDC87; }
a { background-color: rgb(219,220,135); }
div.DivClassName
{
background-color: #DBDC87;
}
.BgClassName
{
background-color: #DBDC87;
}
</style>
border-color css
<style>
span { border-color: #DBDC87; }
span { border-color: rgb(219,220,135); }
td.TdClassName
{
border-color: #DBDC87;
}
.TagClassName
{
border-color: #DBDC87;
}
</style>