Shades of Primrose #DBDC85
Tints of Primrose #DBDC85
RGB
CMYK
RGB Variations
Color information
#DBDC85 (or 0xDBDC85) is known color: Primrose. HEX triplet: DB, DC and 85. RGB value is (219,220,133). Sum of RGB (Red+Green+Blue) = 219+220+133=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC85 is #24237A. Grayscale: #D2D2D2. Windows color (decimal): -2368379 or 8772827. OLE color: 8772827.
HSL color Cylindrical-coordinate representation of color #DBDC85: hue angle of 60.69º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBDC85 is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 133 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.14 |
| HSL | 60.69º | 0.55% | 0.69% | - |
| HSV(B) | 60.69º | 0.4% | 0.86% | - |
| XYZ | 59.04 | 67.94 | 32.19 | - |
| YUV | 209.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 133 | 0.00 | 0 | 0.40 | 0.14 | 60.69 | 0.55 | 0.69 |
| Hex | DB | DC | 85 | 0 | 0 | 28 | E | 3D | 37 | 45 |
| Octal | 333 | 334 | 205 | 0 | 0 | 50 | 16 | 75 | 67 | 105 |
| Binary | 11011011 | 11011100 | 10000101 | 0 | 0 | 101000 | 1110 | 111101 | 110111 | 1000101 |
Color Harmonies of #DBDC85
Complementary color
Monochromatic Colors of #DBDC85
Black with #DBDC85
Text Example
Text Example
White with #DBDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC85; }
p { color: rgb(219,220,133); }
H1.HeaderClassName
{
color: #DBDC85;
}
.AnyTagClassName
{
color: #DBDC85;
}
</style>
background-color css
<style>
a { background-color: #DBDC85; }
a { background-color: rgb(219,220,133); }
div.DivClassName
{
background-color: #DBDC85;
}
.BgClassName
{
background-color: #DBDC85;
}
</style>
border-color css
<style>
span { border-color: #DBDC85; }
span { border-color: rgb(219,220,133); }
td.TdClassName
{
border-color: #DBDC85;
}
.TagClassName
{
border-color: #DBDC85;
}
</style>