Shades of Goldenrod #DBD164
Tints of Goldenrod #DBD164
RGB
CMYK
RGB Variations
Color information
#DBD164 (or 0xDBD164) is known color: Goldenrod. HEX triplet: DB, D1 and 64. RGB value is (219,209,100). Sum of RGB (Red+Green+Blue) = 219+209+100=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD164 is #242E9B. Grayscale: #C8C8C8. Windows color (decimal): -2371228 or 6607323. OLE color: 6607323.
HSL color Cylindrical-coordinate representation of color #DBD164: hue angle of 54.96º 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 #DBD164 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 100 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 54.96º | 0.62% | 0.63% | - |
| HSV(B) | 54.96º | 0.54% | 0.86% | - |
| XYZ | 54.31 | 61.58 | 21.08 | - |
| YUV | 199.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 100 | 0 | 0.05 | 0.54 | 0.14 | 54.96 | 0.62 | 0.63 |
| Hex | DB | D1 | 64 | 0 | 5 | 36 | E | 37 | 3E | 3F |
| Octal | 333 | 321 | 144 | 0 | 5 | 66 | 16 | 67 | 76 | 77 |
| Binary | 11011011 | 11010001 | 1100100 | 0 | 101 | 110110 | 1110 | 110111 | 111110 | 111111 |
Color Harmonies of #DBD164
Complementary color
Monochromatic Colors of #DBD164
Black with #DBD164
Text Example
Text Example
White with #DBD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD164; }
p { color: rgb(219,209,100); }
H1.HeaderClassName
{
color: #DBD164;
}
.AnyTagClassName
{
color: #DBD164;
}
</style>
background-color css
<style>
a { background-color: #DBD164; }
a { background-color: rgb(219,209,100); }
div.DivClassName
{
background-color: #DBD164;
}
.BgClassName
{
background-color: #DBD164;
}
</style>
border-color css
<style>
span { border-color: #DBD164; }
span { border-color: rgb(219,209,100); }
td.TdClassName
{
border-color: #DBD164;
}
.TagClassName
{
border-color: #DBD164;
}
</style>