Shades of Goldenrod #DBD36D
Tints of Goldenrod #DBD36D
RGB
CMYK
RGB Variations
Color information
#DBD36D (or 0xDBD36D) is known color: Goldenrod. HEX triplet: DB, D3 and 6D. RGB value is (219,211,109). Sum of RGB (Red+Green+Blue) = 219+211+109=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD36D is #242C92. Grayscale: #CACACA. Windows color (decimal): -2370707 or 7197659. OLE color: 7197659.
HSL color Cylindrical-coordinate representation of color #DBD36D: hue angle of 55.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD36D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 109 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.14 |
| HSL | 55.64º | 0.6% | 0.64% | - |
| HSV(B) | 55.64º | 0.5% | 0.86% | - |
| XYZ | 55.27 | 62.75 | 23.67 | - |
| YUV | 201.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 109 | 0 | 0.04 | 0.50 | 0.14 | 55.64 | 0.6 | 0.64 |
| Hex | DB | D3 | 6D | 0 | 4 | 32 | E | 38 | 3C | 40 |
| Octal | 333 | 323 | 155 | 0 | 4 | 62 | 16 | 70 | 74 | 100 |
| Binary | 11011011 | 11010011 | 1101101 | 0 | 100 | 110010 | 1110 | 111000 | 111100 | 1000000 |
Color Harmonies of #DBD36D
Complementary color
Monochromatic Colors of #DBD36D
Black with #DBD36D
Text Example
Text Example
White with #DBD36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD36D; }
p { color: rgb(219,211,109); }
H1.HeaderClassName
{
color: #DBD36D;
}
.AnyTagClassName
{
color: #DBD36D;
}
</style>
background-color css
<style>
a { background-color: #DBD36D; }
a { background-color: rgb(219,211,109); }
div.DivClassName
{
background-color: #DBD36D;
}
.BgClassName
{
background-color: #DBD36D;
}
</style>
border-color css
<style>
span { border-color: #DBD36D; }
span { border-color: rgb(219,211,109); }
td.TdClassName
{
border-color: #DBD36D;
}
.TagClassName
{
border-color: #DBD36D;
}
</style>