Shades of Goldenrod #DBDB76
Tints of Goldenrod #DBDB76
RGB
CMYK
RGB Variations
Color information
#DBDB76 (or 0xDBDB76) is known color: Goldenrod. HEX triplet: DB, DB and 76. RGB value is (219,219,118). Sum of RGB (Red+Green+Blue) = 219+219+118=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB76 is #242489. Grayscale: #CFCFCF. Windows color (decimal): -2368650 or 7789531. OLE color: 7789531.
HSL color Cylindrical-coordinate representation of color #DBDB76: hue angle of 60º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBDB76 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 118 | - |
| CMYK | 0 | 0 | 0.46 | 0.14 |
| HSL | 60º | 0.58% | 0.66% | - |
| HSV(B) | 60º | 0.46% | 0.86% | - |
| XYZ | 57.81 | 67.03 | 27.03 | - |
| YUV | 207.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 118 | 0 | 0 | 0.46 | 0.14 | 60 | 0.58 | 0.66 |
| Hex | DB | DB | 76 | 0 | 0 | 2E | E | 3C | 3A | 42 |
| Octal | 333 | 333 | 166 | 0 | 0 | 56 | 16 | 74 | 72 | 102 |
| Binary | 11011011 | 11011011 | 1110110 | 0 | 0 | 101110 | 1110 | 111100 | 111010 | 1000010 |
Color Harmonies of #DBDB76
Complementary color
Monochromatic Colors of #DBDB76
Black with #DBDB76
Text Example
Text Example
White with #DBDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB76; }
p { color: rgb(219,219,118); }
H1.HeaderClassName
{
color: #DBDB76;
}
.AnyTagClassName
{
color: #DBDB76;
}
</style>
background-color css
<style>
a { background-color: #DBDB76; }
a { background-color: rgb(219,219,118); }
div.DivClassName
{
background-color: #DBDB76;
}
.BgClassName
{
background-color: #DBDB76;
}
</style>
border-color css
<style>
span { border-color: #DBDB76; }
span { border-color: rgb(219,219,118); }
td.TdClassName
{
border-color: #DBDB76;
}
.TagClassName
{
border-color: #DBDB76;
}
</style>