Shades of Primrose #DBDD8E
Tints of Primrose #DBDD8E
RGB
CMYK
RGB Variations
Color information
#DBDD8E (or 0xDBDD8E) is known color: Primrose. HEX triplet: DB, DD and 8E. RGB value is (219,221,142). Sum of RGB (Red+Green+Blue) = 219+221+142=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD8E is #242271. Grayscale: #D3D3D3. Windows color (decimal): -2368114 or 9362907. OLE color: 9362907.
HSL color Cylindrical-coordinate representation of color #DBDD8E: hue angle of 61.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDD8E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 142 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.13 |
| HSL | 61.52º | 0.54% | 0.71% | - |
| HSV(B) | 61.52º | 0.36% | 0.87% | - |
| XYZ | 59.95 | 68.73 | 35.7 | - |
| YUV | 211.4 | 88.84 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 142 | 0.01 | 0 | 0.36 | 0.13 | 61.52 | 0.54 | 0.71 |
| Hex | DB | DD | 8E | 1 | 0 | 24 | D | 3E | 36 | 47 |
| Octal | 333 | 335 | 216 | 1 | 0 | 44 | 15 | 76 | 66 | 107 |
| Binary | 11011011 | 11011101 | 10001110 | 1 | 0 | 100100 | 1101 | 111110 | 110110 | 1000111 |
Color Harmonies of #DBDD8E
Complementary color
Monochromatic Colors of #DBDD8E
Black with #DBDD8E
Text Example
Text Example
White with #DBDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD8E; }
p { color: rgb(219,221,142); }
H1.HeaderClassName
{
color: #DBDD8E;
}
.AnyTagClassName
{
color: #DBDD8E;
}
</style>
background-color css
<style>
a { background-color: #DBDD8E; }
a { background-color: rgb(219,221,142); }
div.DivClassName
{
background-color: #DBDD8E;
}
.BgClassName
{
background-color: #DBDD8E;
}
</style>
border-color css
<style>
span { border-color: #DBDD8E; }
span { border-color: rgb(219,221,142); }
td.TdClassName
{
border-color: #DBDD8E;
}
.TagClassName
{
border-color: #DBDD8E;
}
</style>