Shades of Goldenrod #DBD165
Tints of Goldenrod #DBD165
RGB
CMYK
RGB Variations
Color information
#DBD165 (or 0xDBD165) is known color: Goldenrod. HEX triplet: DB, D1 and 65. RGB value is (219,209,101). Sum of RGB (Red+Green+Blue) = 219+209+101=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD165 is #242E9A. Grayscale: #C8C8C8. Windows color (decimal): -2371227 or 6672859. OLE color: 6672859.
HSL color Cylindrical-coordinate representation of color #DBD165: hue angle of 54.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBD165 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 101 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 54.92º | 0.62% | 0.63% | - |
| HSV(B) | 54.92º | 0.54% | 0.86% | - |
| XYZ | 54.36 | 61.6 | 21.34 | - |
| YUV | 199.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 101 | 0 | 0.05 | 0.54 | 0.14 | 54.92 | 0.62 | 0.63 |
| Hex | DB | D1 | 65 | 0 | 5 | 36 | E | 37 | 3E | 3F |
| Octal | 333 | 321 | 145 | 0 | 5 | 66 | 16 | 67 | 76 | 77 |
| Binary | 11011011 | 11010001 | 1100101 | 0 | 101 | 110110 | 1110 | 110111 | 111110 | 111111 |
Color Harmonies of #DBD165
Complementary color
Monochromatic Colors of #DBD165
Black with #DBD165
Text Example
Text Example
White with #DBD165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD165; }
p { color: rgb(219,209,101); }
H1.HeaderClassName
{
color: #DBD165;
}
.AnyTagClassName
{
color: #DBD165;
}
</style>
background-color css
<style>
a { background-color: #DBD165; }
a { background-color: rgb(219,209,101); }
div.DivClassName
{
background-color: #DBD165;
}
.BgClassName
{
background-color: #DBD165;
}
</style>
border-color css
<style>
span { border-color: #DBD165; }
span { border-color: rgb(219,209,101); }
td.TdClassName
{
border-color: #DBD165;
}
.TagClassName
{
border-color: #DBD165;
}
</style>