Shades of Primrose #DBE68F
Tints of Primrose #DBE68F
RGB
CMYK
RGB Variations
Color information
#DBE68F (or 0xDBE68F) is known color: Primrose. HEX triplet: DB, E6 and 8F. RGB value is (219,230,143). Sum of RGB (Red+Green+Blue) = 219+230+143=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68F is #241970. Grayscale: #D9D9D9. Windows color (decimal): -2365809 or 9430747. OLE color: 9430747.
HSL color Cylindrical-coordinate representation of color #DBE68F: hue angle of 67.59º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE68F is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 143 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.10 |
| HSL | 67.59º | 0.64% | 0.73% | - |
| HSV(B) | 67.59º | 0.38% | 0.9% | - |
| XYZ | 62.47 | 73.64 | 36.91 | - |
| YUV | 216.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 143 | 0.05 | 0 | 0.38 | 0.10 | 67.59 | 0.64 | 0.73 |
| Hex | DB | E6 | 8F | 5 | 0 | 26 | A | 44 | 40 | 49 |
| Octal | 333 | 346 | 217 | 5 | 0 | 46 | 12 | 104 | 100 | 111 |
| Binary | 11011011 | 11100110 | 10001111 | 101 | 0 | 100110 | 1010 | 1000100 | 1000000 | 1001001 |
Color Harmonies of #DBE68F
Complementary color
Monochromatic Colors of #DBE68F
Black with #DBE68F
Text Example
Text Example
White with #DBE68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE68F; }
p { color: rgb(219,230,143); }
H1.HeaderClassName
{
color: #DBE68F;
}
.AnyTagClassName
{
color: #DBE68F;
}
</style>
background-color css
<style>
a { background-color: #DBE68F; }
a { background-color: rgb(219,230,143); }
div.DivClassName
{
background-color: #DBE68F;
}
.BgClassName
{
background-color: #DBE68F;
}
</style>
border-color css
<style>
span { border-color: #DBE68F; }
span { border-color: rgb(219,230,143); }
td.TdClassName
{
border-color: #DBE68F;
}
.TagClassName
{
border-color: #DBE68F;
}
</style>