Shades of Primrose #DBD68D
Tints of Primrose #DBD68D
RGB
CMYK
RGB Variations
Color information
#DBD68D (or 0xDBD68D) is known color: Primrose. HEX triplet: DB, D6 and 8D. RGB value is (219,214,141). Sum of RGB (Red+Green+Blue) = 219+214+141=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD68D is #242972. Grayscale: #CFCFCF. Windows color (decimal): -2369907 or 9295579. OLE color: 9295579.
HSL color Cylindrical-coordinate representation of color #DBD68D: hue angle of 56.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBD68D is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 141 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.14 |
| HSL | 56.15º | 0.52% | 0.71% | - |
| HSV(B) | 56.15º | 0.36% | 0.86% | - |
| XYZ | 58.07 | 65.08 | 34.7 | - |
| YUV | 207.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 141 | 0 | 0.02 | 0.36 | 0.14 | 56.15 | 0.52 | 0.71 |
| Hex | DB | D6 | 8D | 0 | 2 | 24 | E | 38 | 34 | 47 |
| Octal | 333 | 326 | 215 | 0 | 2 | 44 | 16 | 70 | 64 | 107 |
| Binary | 11011011 | 11010110 | 10001101 | 0 | 10 | 100100 | 1110 | 111000 | 110100 | 1000111 |
Color Harmonies of #DBD68D
Complementary color
Monochromatic Colors of #DBD68D
Black with #DBD68D
Text Example
Text Example
White with #DBD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD68D; }
p { color: rgb(219,214,141); }
H1.HeaderClassName
{
color: #DBD68D;
}
.AnyTagClassName
{
color: #DBD68D;
}
</style>
background-color css
<style>
a { background-color: #DBD68D; }
a { background-color: rgb(219,214,141); }
div.DivClassName
{
background-color: #DBD68D;
}
.BgClassName
{
background-color: #DBD68D;
}
</style>
border-color css
<style>
span { border-color: #DBD68D; }
span { border-color: rgb(219,214,141); }
td.TdClassName
{
border-color: #DBD68D;
}
.TagClassName
{
border-color: #DBD68D;
}
</style>