Shades of Primrose #DBD68C
Tints of Primrose #DBD68C
RGB
CMYK
RGB Variations
Color information
#DBD68C (or 0xDBD68C) is known color: Primrose. HEX triplet: DB, D6 and 8C. RGB value is (219,214,140). Sum of RGB (Red+Green+Blue) = 219+214+140=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD68C is #242973. Grayscale: #CFCFCF. Windows color (decimal): -2369908 or 9230043. OLE color: 9230043.
HSL color Cylindrical-coordinate representation of color #DBD68C: hue angle of 56.2º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD68C is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 140 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.14 |
| HSL | 56.2º | 0.52% | 0.7% | - |
| HSV(B) | 56.2º | 0.36% | 0.86% | - |
| XYZ | 57.99 | 65.05 | 34.31 | - |
| YUV | 207.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 140 | 0 | 0.02 | 0.36 | 0.14 | 56.2 | 0.52 | 0.7 |
| Hex | DB | D6 | 8C | 0 | 2 | 24 | E | 38 | 34 | 46 |
| Octal | 333 | 326 | 214 | 0 | 2 | 44 | 16 | 70 | 64 | 106 |
| Binary | 11011011 | 11010110 | 10001100 | 0 | 10 | 100100 | 1110 | 111000 | 110100 | 1000110 |
Color Harmonies of #DBD68C
Complementary color
Monochromatic Colors of #DBD68C
Black with #DBD68C
Text Example
Text Example
White with #DBD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD68C; }
p { color: rgb(219,214,140); }
H1.HeaderClassName
{
color: #DBD68C;
}
.AnyTagClassName
{
color: #DBD68C;
}
</style>
background-color css
<style>
a { background-color: #DBD68C; }
a { background-color: rgb(219,214,140); }
div.DivClassName
{
background-color: #DBD68C;
}
.BgClassName
{
background-color: #DBD68C;
}
</style>
border-color css
<style>
span { border-color: #DBD68C; }
span { border-color: rgb(219,214,140); }
td.TdClassName
{
border-color: #DBD68C;
}
.TagClassName
{
border-color: #DBD68C;
}
</style>