Shades of Goldenrod #DBD473
Tints of Goldenrod #DBD473
RGB
CMYK
RGB Variations
Color information
#DBD473 (or 0xDBD473) is known color: Goldenrod. HEX triplet: DB, D4 and 73. RGB value is (219,212,115). Sum of RGB (Red+Green+Blue) = 219+212+115=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD473 is #242B8C. Grayscale: #CBCBCB. Windows color (decimal): -2370445 or 7591131. OLE color: 7591131.
HSL color Cylindrical-coordinate representation of color #DBD473: hue angle of 55.96º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD473 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 115 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.14 |
| HSL | 55.96º | 0.59% | 0.65% | - |
| HSV(B) | 55.96º | 0.47% | 0.86% | - |
| XYZ | 55.85 | 63.38 | 25.51 | - |
| YUV | 203.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 115 | 0 | 0.03 | 0.47 | 0.14 | 55.96 | 0.59 | 0.65 |
| Hex | DB | D4 | 73 | 0 | 3 | 2F | E | 38 | 3B | 41 |
| Octal | 333 | 324 | 163 | 0 | 3 | 57 | 16 | 70 | 73 | 101 |
| Binary | 11011011 | 11010100 | 1110011 | 0 | 11 | 101111 | 1110 | 111000 | 111011 | 1000001 |
Color Harmonies of #DBD473
Complementary color
Monochromatic Colors of #DBD473
Black with #DBD473
Text Example
Text Example
White with #DBD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD473; }
p { color: rgb(219,212,115); }
H1.HeaderClassName
{
color: #DBD473;
}
.AnyTagClassName
{
color: #DBD473;
}
</style>
background-color css
<style>
a { background-color: #DBD473; }
a { background-color: rgb(219,212,115); }
div.DivClassName
{
background-color: #DBD473;
}
.BgClassName
{
background-color: #DBD473;
}
</style>
border-color css
<style>
span { border-color: #DBD473; }
span { border-color: rgb(219,212,115); }
td.TdClassName
{
border-color: #DBD473;
}
.TagClassName
{
border-color: #DBD473;
}
</style>