Shades of Primrose #DBDD90
Tints of Primrose #DBDD90
RGB
CMYK
RGB Variations
Color information
#DBDD90 (or 0xDBDD90) is known color: Primrose. HEX triplet: DB, DD and 90. RGB value is (219,221,144). Sum of RGB (Red+Green+Blue) = 219+221+144=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD90 is #24226F. Grayscale: #D3D3D3. Windows color (decimal): -2368112 or 9493979. OLE color: 9493979.
HSL color Cylindrical-coordinate representation of color #DBDD90: hue angle of 61.56º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBDD90 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 144 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.13 |
| HSL | 61.56º | 0.53% | 0.72% | - |
| HSV(B) | 61.56º | 0.35% | 0.87% | - |
| XYZ | 60.1 | 68.79 | 36.49 | - |
| YUV | 211.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 144 | 0.01 | 0 | 0.35 | 0.13 | 61.56 | 0.53 | 0.72 |
| Hex | DB | DD | 90 | 1 | 0 | 23 | D | 3E | 35 | 48 |
| Octal | 333 | 335 | 220 | 1 | 0 | 43 | 15 | 76 | 65 | 110 |
| Binary | 11011011 | 11011101 | 10010000 | 1 | 0 | 100011 | 1101 | 111110 | 110101 | 1001000 |
Color Harmonies of #DBDD90
Complementary color
Monochromatic Colors of #DBDD90
Black with #DBDD90
Text Example
Text Example
White with #DBDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD90; }
p { color: rgb(219,221,144); }
H1.HeaderClassName
{
color: #DBDD90;
}
.AnyTagClassName
{
color: #DBDD90;
}
</style>
background-color css
<style>
a { background-color: #DBDD90; }
a { background-color: rgb(219,221,144); }
div.DivClassName
{
background-color: #DBDD90;
}
.BgClassName
{
background-color: #DBDD90;
}
</style>
border-color css
<style>
span { border-color: #DBDD90; }
span { border-color: rgb(219,221,144); }
td.TdClassName
{
border-color: #DBDD90;
}
.TagClassName
{
border-color: #DBDD90;
}
</style>