Shades of Primrose #DBD983
Tints of Primrose #DBD983
RGB
CMYK
RGB Variations
Color information
#DBD983 (or 0xDBD983) is known color: Primrose. HEX triplet: DB, D9 and 83. RGB value is (219,217,131). Sum of RGB (Red+Green+Blue) = 219+217+131=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD983 is #24267C. Grayscale: #D0D0D0. Windows color (decimal): -2369149 or 8640987. OLE color: 8640987.
HSL color Cylindrical-coordinate representation of color #DBD983: hue angle of 58.64º 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 #DBD983 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 131 | - |
CMYK | 0 | 0.01 | 0.40 | 0.14 |
HSL | 58.64º | 0.55% | 0.69% | - |
HSV(B) | 58.64º | 0.4% | 0.86% | - |
XYZ | 58.12 | 66.32 | 31.21 | - |
YUV | 207.79 | 84.66 | 135.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 131 | 0 | 0.01 | 0.40 | 0.14 | 58.64 | 0.55 | 0.69 |
Hex | DB | D9 | 83 | 0 | 1 | 28 | E | 3B | 37 | 45 |
Octal | 333 | 331 | 203 | 0 | 1 | 50 | 16 | 73 | 67 | 105 |
Binary | 11011011 | 11011001 | 10000011 | 0 | 1 | 101000 | 1110 | 111011 | 110111 | 1000101 |
Color Harmonies of #DBD983
Complementary color
Monochromatic Colors of #DBD983
Black with #DBD983
Text Example
Text Example
White with #DBD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD983; }
p { color: rgb(219,217,131); }
H1.HeaderClassName
{
color: #DBD983;
}
.AnyTagClassName
{
color: #DBD983;
}
</style>
background-color css
<style>
a { background-color: #DBD983; }
a { background-color: rgb(219,217,131); }
div.DivClassName
{
background-color: #DBD983;
}
.BgClassName
{
background-color: #DBD983;
}
</style>
border-color css
<style>
span { border-color: #DBD983; }
span { border-color: rgb(219,217,131); }
td.TdClassName
{
border-color: #DBD983;
}
.TagClassName
{
border-color: #DBD983;
}
</style>