Shades of Primrose #DBDC8B
Tints of Primrose #DBDC8B
RGB
CMYK
RGB Variations
Color information
#DBDC8B (or 0xDBDC8B) is known color: Primrose. HEX triplet: DB, DC and 8B. RGB value is (219,220,139). Sum of RGB (Red+Green+Blue) = 219+220+139=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC8B is #242374. Grayscale: #D2D2D2. Windows color (decimal): -2368373 or 9166043. OLE color: 9166043.
HSL color Cylindrical-coordinate representation of color #DBDC8B: hue angle of 60.74º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDC8B is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 139 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.14 |
| HSL | 60.74º | 0.54% | 0.7% | - |
| HSV(B) | 60.74º | 0.37% | 0.86% | - |
| XYZ | 59.47 | 68.11 | 34.44 | - |
| YUV | 210.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 139 | 0.00 | 0 | 0.37 | 0.14 | 60.74 | 0.54 | 0.7 |
| Hex | DB | DC | 8B | 0 | 0 | 25 | E | 3D | 36 | 46 |
| Octal | 333 | 334 | 213 | 0 | 0 | 45 | 16 | 75 | 66 | 106 |
| Binary | 11011011 | 11011100 | 10001011 | 0 | 0 | 100101 | 1110 | 111101 | 110110 | 1000110 |
Color Harmonies of #DBDC8B
Complementary color
Monochromatic Colors of #DBDC8B
Black with #DBDC8B
Text Example
Text Example
White with #DBDC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC8B; }
p { color: rgb(219,220,139); }
H1.HeaderClassName
{
color: #DBDC8B;
}
.AnyTagClassName
{
color: #DBDC8B;
}
</style>
background-color css
<style>
a { background-color: #DBDC8B; }
a { background-color: rgb(219,220,139); }
div.DivClassName
{
background-color: #DBDC8B;
}
.BgClassName
{
background-color: #DBDC8B;
}
</style>
border-color css
<style>
span { border-color: #DBDC8B; }
span { border-color: rgb(219,220,139); }
td.TdClassName
{
border-color: #DBDC8B;
}
.TagClassName
{
border-color: #DBDC8B;
}
</style>