Shades of Primrose #DBDD8A
Tints of Primrose #DBDD8A
RGB
CMYK
RGB Variations
Color information
#DBDD8A (or 0xDBDD8A) is known color: Primrose. HEX triplet: DB, DD and 8A. RGB value is (219,221,138). Sum of RGB (Red+Green+Blue) = 219+221+138=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDD8A is #242275. Grayscale: #D3D3D3. Windows color (decimal): -2368118 or 9100763. OLE color: 9100763.
HSL color Cylindrical-coordinate representation of color #DBDD8A: hue angle of 61.45º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDD8A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 138 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.13 |
| HSL | 61.45º | 0.55% | 0.7% | - |
| HSV(B) | 61.45º | 0.38% | 0.87% | - |
| XYZ | 59.66 | 68.61 | 34.14 | - |
| YUV | 210.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 138 | 0.01 | 0 | 0.38 | 0.13 | 61.45 | 0.55 | 0.7 |
| Hex | DB | DD | 8A | 1 | 0 | 26 | D | 3D | 37 | 46 |
| Octal | 333 | 335 | 212 | 1 | 0 | 46 | 15 | 75 | 67 | 106 |
| Binary | 11011011 | 11011101 | 10001010 | 1 | 0 | 100110 | 1101 | 111101 | 110111 | 1000110 |
Color Harmonies of #DBDD8A
Complementary color
Monochromatic Colors of #DBDD8A
Black with #DBDD8A
Text Example
Text Example
White with #DBDD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD8A; }
p { color: rgb(219,221,138); }
H1.HeaderClassName
{
color: #DBDD8A;
}
.AnyTagClassName
{
color: #DBDD8A;
}
</style>
background-color css
<style>
a { background-color: #DBDD8A; }
a { background-color: rgb(219,221,138); }
div.DivClassName
{
background-color: #DBDD8A;
}
.BgClassName
{
background-color: #DBDD8A;
}
</style>
border-color css
<style>
span { border-color: #DBDD8A; }
span { border-color: rgb(219,221,138); }
td.TdClassName
{
border-color: #DBDD8A;
}
.TagClassName
{
border-color: #DBDD8A;
}
</style>