Shades of Primrose #DBE39C
Tints of Primrose #DBE39C
RGB
CMYK
RGB Variations
Color information
#DBE39C (or 0xDBE39C) is known color: Primrose. HEX triplet: DB, E3 and 9C. RGB value is (219,227,156). Sum of RGB (Red+Green+Blue) = 219+227+156=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE39C is #241C63. Grayscale: #D8D8D8. Windows color (decimal): -2366564 or 10281947. OLE color: 10281947.
HSL color Cylindrical-coordinate representation of color #DBE39C: hue angle of 66.76º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE39C is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 156 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 66.76º | 0.56% | 0.75% | - |
| HSV(B) | 66.76º | 0.31% | 0.89% | - |
| XYZ | 62.68 | 72.4 | 42.12 | - |
| YUV | 216.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 156 | 0.04 | 0 | 0.31 | 0.11 | 66.76 | 0.56 | 0.75 |
| Hex | DB | E3 | 9C | 4 | 0 | 1F | B | 43 | 38 | 4B |
| Octal | 333 | 343 | 234 | 4 | 0 | 37 | 13 | 103 | 70 | 113 |
| Binary | 11011011 | 11100011 | 10011100 | 100 | 0 | 11111 | 1011 | 1000011 | 111000 | 1001011 |
Color Harmonies of #DBE39C
Complementary color
Monochromatic Colors of #DBE39C
Black with #DBE39C
Text Example
Text Example
White with #DBE39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE39C; }
p { color: rgb(219,227,156); }
H1.HeaderClassName
{
color: #DBE39C;
}
.AnyTagClassName
{
color: #DBE39C;
}
</style>
background-color css
<style>
a { background-color: #DBE39C; }
a { background-color: rgb(219,227,156); }
div.DivClassName
{
background-color: #DBE39C;
}
.BgClassName
{
background-color: #DBE39C;
}
</style>
border-color css
<style>
span { border-color: #DBE39C; }
span { border-color: rgb(219,227,156); }
td.TdClassName
{
border-color: #DBE39C;
}
.TagClassName
{
border-color: #DBE39C;
}
</style>