Shades of Primrose #DBDD8F
Tints of Primrose #DBDD8F
RGB
CMYK
RGB Variations
Color information
#DBDD8F (or 0xDBDD8F) is known color: Primrose. HEX triplet: DB, DD and 8F. RGB value is (219,221,143). Sum of RGB (Red+Green+Blue) = 219+221+143=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD8F is #242270. Grayscale: #D3D3D3. Windows color (decimal): -2368113 or 9428443. OLE color: 9428443.
HSL color Cylindrical-coordinate representation of color #DBDD8F: hue angle of 61.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDD8F is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 143 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.13 |
| HSL | 61.54º | 0.53% | 0.71% | - |
| HSV(B) | 61.54º | 0.35% | 0.87% | - |
| XYZ | 60.03 | 68.76 | 36.09 | - |
| YUV | 211.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 143 | 0.01 | 0 | 0.35 | 0.13 | 61.54 | 0.53 | 0.71 |
| Hex | DB | DD | 8F | 1 | 0 | 23 | D | 3E | 35 | 47 |
| Octal | 333 | 335 | 217 | 1 | 0 | 43 | 15 | 76 | 65 | 107 |
| Binary | 11011011 | 11011101 | 10001111 | 1 | 0 | 100011 | 1101 | 111110 | 110101 | 1000111 |
Color Harmonies of #DBDD8F
Complementary color
Monochromatic Colors of #DBDD8F
Black with #DBDD8F
Text Example
Text Example
White with #DBDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD8F; }
p { color: rgb(219,221,143); }
H1.HeaderClassName
{
color: #DBDD8F;
}
.AnyTagClassName
{
color: #DBDD8F;
}
</style>
background-color css
<style>
a { background-color: #DBDD8F; }
a { background-color: rgb(219,221,143); }
div.DivClassName
{
background-color: #DBDD8F;
}
.BgClassName
{
background-color: #DBDD8F;
}
</style>
border-color css
<style>
span { border-color: #DBDD8F; }
span { border-color: rgb(219,221,143); }
td.TdClassName
{
border-color: #DBDD8F;
}
.TagClassName
{
border-color: #DBDD8F;
}
</style>