Shades of Primrose #DBDC8D
Tints of Primrose #DBDC8D
RGB
CMYK
RGB Variations
Color information
#DBDC8D (or 0xDBDC8D) is known color: Primrose. HEX triplet: DB, DC and 8D. RGB value is (219,220,141). Sum of RGB (Red+Green+Blue) = 219+220+141=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDC8D is #242372. Grayscale: #D3D3D3. Windows color (decimal): -2368371 or 9297115. OLE color: 9297115.
HSL color Cylindrical-coordinate representation of color #DBDC8D: hue angle of 60.76º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDC8D is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 141 | - |
| CMYK | 0.00 | 0 | 0.36 | 0.14 |
| HSL | 60.76º | 0.53% | 0.71% | - |
| HSV(B) | 60.76º | 0.36% | 0.86% | - |
| XYZ | 59.61 | 68.17 | 35.22 | - |
| YUV | 210.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 141 | 0.00 | 0 | 0.36 | 0.14 | 60.76 | 0.53 | 0.71 |
| Hex | DB | DC | 8D | 0 | 0 | 24 | E | 3D | 35 | 47 |
| Octal | 333 | 334 | 215 | 0 | 0 | 44 | 16 | 75 | 65 | 107 |
| Binary | 11011011 | 11011100 | 10001101 | 0 | 0 | 100100 | 1110 | 111101 | 110101 | 1000111 |
Color Harmonies of #DBDC8D
Complementary color
Monochromatic Colors of #DBDC8D
Black with #DBDC8D
Text Example
Text Example
White with #DBDC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC8D; }
p { color: rgb(219,220,141); }
H1.HeaderClassName
{
color: #DBDC8D;
}
.AnyTagClassName
{
color: #DBDC8D;
}
</style>
background-color css
<style>
a { background-color: #DBDC8D; }
a { background-color: rgb(219,220,141); }
div.DivClassName
{
background-color: #DBDC8D;
}
.BgClassName
{
background-color: #DBDC8D;
}
</style>
border-color css
<style>
span { border-color: #DBDC8D; }
span { border-color: rgb(219,220,141); }
td.TdClassName
{
border-color: #DBDC8D;
}
.TagClassName
{
border-color: #DBDC8D;
}
</style>