Shades of Primrose #DBD783
Tints of Primrose #DBD783
RGB
CMYK
RGB Variations
Color information
#DBD783 (or 0xDBD783) is known color: Primrose. HEX triplet: DB, D7 and 83. RGB value is (219,215,131). Sum of RGB (Red+Green+Blue) = 219+215+131=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD783 is #24287C. Grayscale: #CECECE. Windows color (decimal): -2369661 or 8640475. OLE color: 8640475.
HSL color Cylindrical-coordinate representation of color #DBD783: hue angle of 57.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBD783 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 131 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.14 |
| HSL | 57.27º | 0.55% | 0.69% | - |
| HSV(B) | 57.27º | 0.4% | 0.86% | - |
| XYZ | 57.61 | 65.3 | 31.04 | - |
| YUV | 206.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 131 | 0 | 0.02 | 0.40 | 0.14 | 57.27 | 0.55 | 0.69 |
| Hex | DB | D7 | 83 | 0 | 2 | 28 | E | 39 | 37 | 45 |
| Octal | 333 | 327 | 203 | 0 | 2 | 50 | 16 | 71 | 67 | 105 |
| Binary | 11011011 | 11010111 | 10000011 | 0 | 10 | 101000 | 1110 | 111001 | 110111 | 1000101 |
Color Harmonies of #DBD783
Complementary color
Monochromatic Colors of #DBD783
Black with #DBD783
Text Example
Text Example
White with #DBD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD783; }
p { color: rgb(219,215,131); }
H1.HeaderClassName
{
color: #DBD783;
}
.AnyTagClassName
{
color: #DBD783;
}
</style>
background-color css
<style>
a { background-color: #DBD783; }
a { background-color: rgb(219,215,131); }
div.DivClassName
{
background-color: #DBD783;
}
.BgClassName
{
background-color: #DBD783;
}
</style>
border-color css
<style>
span { border-color: #DBD783; }
span { border-color: rgb(219,215,131); }
td.TdClassName
{
border-color: #DBD783;
}
.TagClassName
{
border-color: #DBD783;
}
</style>