Shades of Primrose #DBD68E
Tints of Primrose #DBD68E
RGB
CMYK
RGB Variations
Color information
#DBD68E (or 0xDBD68E) is known color: Primrose. HEX triplet: DB, D6 and 8E. RGB value is (219,214,142). Sum of RGB (Red+Green+Blue) = 219+214+142=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD68E is #242971. Grayscale: #CFCFCF. Windows color (decimal): -2369906 or 9361115. OLE color: 9361115.
HSL color Cylindrical-coordinate representation of color #DBD68E: hue angle of 56.1º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBD68E is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 142 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.14 |
| HSL | 56.1º | 0.52% | 0.71% | - |
| HSV(B) | 56.1º | 0.35% | 0.86% | - |
| XYZ | 58.14 | 65.11 | 35.09 | - |
| YUV | 207.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 142 | 0 | 0.02 | 0.35 | 0.14 | 56.1 | 0.52 | 0.71 |
| Hex | DB | D6 | 8E | 0 | 2 | 23 | E | 38 | 34 | 47 |
| Octal | 333 | 326 | 216 | 0 | 2 | 43 | 16 | 70 | 64 | 107 |
| Binary | 11011011 | 11010110 | 10001110 | 0 | 10 | 100011 | 1110 | 111000 | 110100 | 1000111 |
Color Harmonies of #DBD68E
Complementary color
Monochromatic Colors of #DBD68E
Black with #DBD68E
Text Example
Text Example
White with #DBD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD68E; }
p { color: rgb(219,214,142); }
H1.HeaderClassName
{
color: #DBD68E;
}
.AnyTagClassName
{
color: #DBD68E;
}
</style>
background-color css
<style>
a { background-color: #DBD68E; }
a { background-color: rgb(219,214,142); }
div.DivClassName
{
background-color: #DBD68E;
}
.BgClassName
{
background-color: #DBD68E;
}
</style>
border-color css
<style>
span { border-color: #DBD68E; }
span { border-color: rgb(219,214,142); }
td.TdClassName
{
border-color: #DBD68E;
}
.TagClassName
{
border-color: #DBD68E;
}
</style>