Shades of Primrose #DBE68D
Tints of Primrose #DBE68D
RGB
CMYK
RGB Variations
Color information
#DBE68D (or 0xDBE68D) is known color: Primrose. HEX triplet: DB, E6 and 8D. RGB value is (219,230,141). Sum of RGB (Red+Green+Blue) = 219+230+141=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68D is #241972. Grayscale: #D8D8D8. Windows color (decimal): -2365811 or 9299675. OLE color: 9299675.
HSL color Cylindrical-coordinate representation of color #DBE68D: hue angle of 67.42º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE68D is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 141 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.10 |
| HSL | 67.42º | 0.64% | 0.73% | - |
| HSV(B) | 67.42º | 0.39% | 0.9% | - |
| XYZ | 62.32 | 73.58 | 36.12 | - |
| YUV | 216.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 141 | 0.05 | 0 | 0.39 | 0.10 | 67.42 | 0.64 | 0.73 |
| Hex | DB | E6 | 8D | 5 | 0 | 27 | A | 43 | 40 | 49 |
| Octal | 333 | 346 | 215 | 5 | 0 | 47 | 12 | 103 | 100 | 111 |
| Binary | 11011011 | 11100110 | 10001101 | 101 | 0 | 100111 | 1010 | 1000011 | 1000000 | 1001001 |
Color Harmonies of #DBE68D
Complementary color
Monochromatic Colors of #DBE68D
Black with #DBE68D
Text Example
Text Example
White with #DBE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE68D; }
p { color: rgb(219,230,141); }
H1.HeaderClassName
{
color: #DBE68D;
}
.AnyTagClassName
{
color: #DBE68D;
}
</style>
background-color css
<style>
a { background-color: #DBE68D; }
a { background-color: rgb(219,230,141); }
div.DivClassName
{
background-color: #DBE68D;
}
.BgClassName
{
background-color: #DBE68D;
}
</style>
border-color css
<style>
span { border-color: #DBE68D; }
span { border-color: rgb(219,230,141); }
td.TdClassName
{
border-color: #DBE68D;
}
.TagClassName
{
border-color: #DBE68D;
}
</style>