Shades of Goldenrod #DBD764
Tints of Goldenrod #DBD764
RGB
CMYK
RGB Variations
Color information
#DBD764 (or 0xDBD764) is known color: Goldenrod. HEX triplet: DB, D7 and 64. RGB value is (219,215,100). Sum of RGB (Red+Green+Blue) = 219+215+100=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD764 is #24289B. Grayscale: #CBCBCB. Windows color (decimal): -2369692 or 6608859. OLE color: 6608859.
HSL color Cylindrical-coordinate representation of color #DBD764: hue angle of 57.98º 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 #DBD764 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 100 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.14 |
| HSL | 57.98º | 0.62% | 0.63% | - |
| HSV(B) | 57.98º | 0.54% | 0.86% | - |
| XYZ | 55.81 | 64.58 | 21.58 | - |
| YUV | 203.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 100 | 0 | 0.02 | 0.54 | 0.14 | 57.98 | 0.62 | 0.63 |
| Hex | DB | D7 | 64 | 0 | 2 | 36 | E | 3A | 3E | 3F |
| Octal | 333 | 327 | 144 | 0 | 2 | 66 | 16 | 72 | 76 | 77 |
| Binary | 11011011 | 11010111 | 1100100 | 0 | 10 | 110110 | 1110 | 111010 | 111110 | 111111 |
Color Harmonies of #DBD764
Complementary color
Monochromatic Colors of #DBD764
Black with #DBD764
Text Example
Text Example
White with #DBD764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD764; }
p { color: rgb(219,215,100); }
H1.HeaderClassName
{
color: #DBD764;
}
.AnyTagClassName
{
color: #DBD764;
}
</style>
background-color css
<style>
a { background-color: #DBD764; }
a { background-color: rgb(219,215,100); }
div.DivClassName
{
background-color: #DBD764;
}
.BgClassName
{
background-color: #DBD764;
}
</style>
border-color css
<style>
span { border-color: #DBD764; }
span { border-color: rgb(219,215,100); }
td.TdClassName
{
border-color: #DBD764;
}
.TagClassName
{
border-color: #DBD764;
}
</style>