Shades of Primrose #DBE68A
Tints of Primrose #DBE68A
RGB
CMYK
RGB Variations
Color information
#DBE68A (or 0xDBE68A) is known color: Primrose. HEX triplet: DB, E6 and 8A. RGB value is (219,230,138). Sum of RGB (Red+Green+Blue) = 219+230+138=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE68A is #241975. Grayscale: #D8D8D8. Windows color (decimal): -2365814 or 9103067. OLE color: 9103067.
HSL color Cylindrical-coordinate representation of color #DBE68A: hue angle of 67.17º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE68A is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 138 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.10 |
| HSL | 67.17º | 0.65% | 0.72% | - |
| HSV(B) | 67.17º | 0.4% | 0.9% | - |
| XYZ | 62.1 | 73.49 | 34.96 | - |
| YUV | 216.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 138 | 0.05 | 0 | 0.4 | 0.10 | 67.17 | 0.65 | 0.72 |
| Hex | DB | E6 | 8A | 5 | 0 | 28 | A | 43 | 41 | 48 |
| Octal | 333 | 346 | 212 | 5 | 0 | 50 | 12 | 103 | 101 | 110 |
| Binary | 11011011 | 11100110 | 10001010 | 101 | 0 | 101000 | 1010 | 1000011 | 1000001 | 1001000 |
Color Harmonies of #DBE68A
Complementary color
Monochromatic Colors of #DBE68A
Black with #DBE68A
Text Example
Text Example
White with #DBE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE68A; }
p { color: rgb(219,230,138); }
H1.HeaderClassName
{
color: #DBE68A;
}
.AnyTagClassName
{
color: #DBE68A;
}
</style>
background-color css
<style>
a { background-color: #DBE68A; }
a { background-color: rgb(219,230,138); }
div.DivClassName
{
background-color: #DBE68A;
}
.BgClassName
{
background-color: #DBE68A;
}
</style>
border-color css
<style>
span { border-color: #DBE68A; }
span { border-color: rgb(219,230,138); }
td.TdClassName
{
border-color: #DBE68A;
}
.TagClassName
{
border-color: #DBE68A;
}
</style>