Shades of Primrose #DBD38B
Tints of Primrose #DBD38B
RGB
CMYK
RGB Variations
Color information
#DBD38B (or 0xDBD38B) is known color: Primrose. HEX triplet: DB, D3 and 8B. RGB value is (219,211,139). Sum of RGB (Red+Green+Blue) = 219+211+139=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD38B is #242C74. Grayscale: #CDCDCD. Windows color (decimal): -2370677 or 9163739. OLE color: 9163739.
HSL color Cylindrical-coordinate representation of color #DBD38B: hue angle of 54º 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 #DBD38B is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 139 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.14 |
| HSL | 54º | 0.53% | 0.7% | - |
| HSV(B) | 54º | 0.37% | 0.86% | - |
| XYZ | 57.17 | 63.51 | 33.67 | - |
| YUV | 205.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 139 | 0 | 0.04 | 0.37 | 0.14 | 54 | 0.53 | 0.7 |
| Hex | DB | D3 | 8B | 0 | 4 | 25 | E | 36 | 35 | 46 |
| Octal | 333 | 323 | 213 | 0 | 4 | 45 | 16 | 66 | 65 | 106 |
| Binary | 11011011 | 11010011 | 10001011 | 0 | 100 | 100101 | 1110 | 110110 | 110101 | 1000110 |
Color Harmonies of #DBD38B
Complementary color
Monochromatic Colors of #DBD38B
Black with #DBD38B
Text Example
Text Example
White with #DBD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD38B; }
p { color: rgb(219,211,139); }
H1.HeaderClassName
{
color: #DBD38B;
}
.AnyTagClassName
{
color: #DBD38B;
}
</style>
background-color css
<style>
a { background-color: #DBD38B; }
a { background-color: rgb(219,211,139); }
div.DivClassName
{
background-color: #DBD38B;
}
.BgClassName
{
background-color: #DBD38B;
}
</style>
border-color css
<style>
span { border-color: #DBD38B; }
span { border-color: rgb(219,211,139); }
td.TdClassName
{
border-color: #DBD38B;
}
.TagClassName
{
border-color: #DBD38B;
}
</style>