Shades of Primrose #DBDE8A
Tints of Primrose #DBDE8A
RGB
CMYK
RGB Variations
Color information
#DBDE8A (or 0xDBDE8A) is known color: Primrose. HEX triplet: DB, DE and 8A. RGB value is (219,222,138). Sum of RGB (Red+Green+Blue) = 219+222+138=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE8A is #242175. Grayscale: #D3D3D3. Windows color (decimal): -2367862 or 9101019. OLE color: 9101019.
HSL color Cylindrical-coordinate representation of color #DBDE8A: hue angle of 62.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBDE8A is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 138 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.13 |
| HSL | 62.14º | 0.56% | 0.71% | - |
| HSV(B) | 62.14º | 0.38% | 0.87% | - |
| XYZ | 59.92 | 69.14 | 34.23 | - |
| YUV | 211.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 138 | 0.01 | 0 | 0.38 | 0.13 | 62.14 | 0.56 | 0.71 |
| Hex | DB | DE | 8A | 1 | 0 | 26 | D | 3E | 38 | 47 |
| Octal | 333 | 336 | 212 | 1 | 0 | 46 | 15 | 76 | 70 | 107 |
| Binary | 11011011 | 11011110 | 10001010 | 1 | 0 | 100110 | 1101 | 111110 | 111000 | 1000111 |
Color Harmonies of #DBDE8A
Complementary color
Monochromatic Colors of #DBDE8A
Black with #DBDE8A
Text Example
Text Example
White with #DBDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE8A; }
p { color: rgb(219,222,138); }
H1.HeaderClassName
{
color: #DBDE8A;
}
.AnyTagClassName
{
color: #DBDE8A;
}
</style>
background-color css
<style>
a { background-color: #DBDE8A; }
a { background-color: rgb(219,222,138); }
div.DivClassName
{
background-color: #DBDE8A;
}
.BgClassName
{
background-color: #DBDE8A;
}
</style>
border-color css
<style>
span { border-color: #DBDE8A; }
span { border-color: rgb(219,222,138); }
td.TdClassName
{
border-color: #DBDE8A;
}
.TagClassName
{
border-color: #DBDE8A;
}
</style>