Shades of Goldenrod #DBD36E
Tints of Goldenrod #DBD36E
RGB
CMYK
RGB Variations
Color information
#DBD36E (or 0xDBD36E) is known color: Goldenrod. HEX triplet: DB, D3 and 6E. RGB value is (219,211,110). Sum of RGB (Red+Green+Blue) = 219+211+110=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD36E is #242C91. Grayscale: #CACACA. Windows color (decimal): -2370706 or 7263195. OLE color: 7263195.
HSL color Cylindrical-coordinate representation of color #DBD36E: hue angle of 55.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBD36E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 110 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.14 |
| HSL | 55.6º | 0.6% | 0.65% | - |
| HSV(B) | 55.6º | 0.5% | 0.86% | - |
| XYZ | 55.32 | 62.77 | 23.95 | - |
| YUV | 201.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 110 | 0 | 0.04 | 0.50 | 0.14 | 55.6 | 0.6 | 0.65 |
| Hex | DB | D3 | 6E | 0 | 4 | 32 | E | 38 | 3C | 41 |
| Octal | 333 | 323 | 156 | 0 | 4 | 62 | 16 | 70 | 74 | 101 |
| Binary | 11011011 | 11010011 | 1101110 | 0 | 100 | 110010 | 1110 | 111000 | 111100 | 1000001 |
Color Harmonies of #DBD36E
Complementary color
Monochromatic Colors of #DBD36E
Black with #DBD36E
Text Example
Text Example
White with #DBD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD36E; }
p { color: rgb(219,211,110); }
H1.HeaderClassName
{
color: #DBD36E;
}
.AnyTagClassName
{
color: #DBD36E;
}
</style>
background-color css
<style>
a { background-color: #DBD36E; }
a { background-color: rgb(219,211,110); }
div.DivClassName
{
background-color: #DBD36E;
}
.BgClassName
{
background-color: #DBD36E;
}
</style>
border-color css
<style>
span { border-color: #DBD36E; }
span { border-color: rgb(219,211,110); }
td.TdClassName
{
border-color: #DBD36E;
}
.TagClassName
{
border-color: #DBD36E;
}
</style>