Shades of Primrose #DBD68B
Tints of Primrose #DBD68B
RGB
CMYK
RGB Variations
Color information
#DBD68B (or 0xDBD68B) is known color: Primrose. HEX triplet: DB, D6 and 8B. RGB value is (219,214,139). Sum of RGB (Red+Green+Blue) = 219+214+139=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD68B is #242974. Grayscale: #CFCFCF. Windows color (decimal): -2369909 or 9164507. OLE color: 9164507.
HSL color Cylindrical-coordinate representation of color #DBD68B: hue angle of 56.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBD68B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 139 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.14 |
| HSL | 56.25º | 0.53% | 0.7% | - |
| HSV(B) | 56.25º | 0.37% | 0.86% | - |
| XYZ | 57.92 | 65.02 | 33.92 | - |
| YUV | 206.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 139 | 0 | 0.02 | 0.37 | 0.14 | 56.25 | 0.53 | 0.7 |
| Hex | DB | D6 | 8B | 0 | 2 | 25 | E | 38 | 35 | 46 |
| Octal | 333 | 326 | 213 | 0 | 2 | 45 | 16 | 70 | 65 | 106 |
| Binary | 11011011 | 11010110 | 10001011 | 0 | 10 | 100101 | 1110 | 111000 | 110101 | 1000110 |
Color Harmonies of #DBD68B
Complementary color
Monochromatic Colors of #DBD68B
Black with #DBD68B
Text Example
Text Example
White with #DBD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD68B; }
p { color: rgb(219,214,139); }
H1.HeaderClassName
{
color: #DBD68B;
}
.AnyTagClassName
{
color: #DBD68B;
}
</style>
background-color css
<style>
a { background-color: #DBD68B; }
a { background-color: rgb(219,214,139); }
div.DivClassName
{
background-color: #DBD68B;
}
.BgClassName
{
background-color: #DBD68B;
}
</style>
border-color css
<style>
span { border-color: #DBD68B; }
span { border-color: rgb(219,214,139); }
td.TdClassName
{
border-color: #DBD68B;
}
.TagClassName
{
border-color: #DBD68B;
}
</style>