Shades of Goldenrod #DBD976
Tints of Goldenrod #DBD976
RGB
CMYK
RGB Variations
Color information
#DBD976 (or 0xDBD976) is known color: Goldenrod. HEX triplet: DB, D9 and 76. RGB value is (219,217,118). Sum of RGB (Red+Green+Blue) = 219+217+118=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD976 is #242689. Grayscale: #CECECE. Windows color (decimal): -2369162 or 7789019. OLE color: 7789019.
HSL color Cylindrical-coordinate representation of color #DBD976: hue angle of 58.81º 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 #DBD976 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 118 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.14 |
| HSL | 58.81º | 0.58% | 0.66% | - |
| HSV(B) | 58.81º | 0.46% | 0.86% | - |
| XYZ | 57.3 | 65.99 | 26.86 | - |
| YUV | 206.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 118 | 0 | 0.01 | 0.46 | 0.14 | 58.81 | 0.58 | 0.66 |
| Hex | DB | D9 | 76 | 0 | 1 | 2E | E | 3B | 3A | 42 |
| Octal | 333 | 331 | 166 | 0 | 1 | 56 | 16 | 73 | 72 | 102 |
| Binary | 11011011 | 11011001 | 1110110 | 0 | 1 | 101110 | 1110 | 111011 | 111010 | 1000010 |
Color Harmonies of #DBD976
Complementary color
Monochromatic Colors of #DBD976
Black with #DBD976
Text Example
Text Example
White with #DBD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD976; }
p { color: rgb(219,217,118); }
H1.HeaderClassName
{
color: #DBD976;
}
.AnyTagClassName
{
color: #DBD976;
}
</style>
background-color css
<style>
a { background-color: #DBD976; }
a { background-color: rgb(219,217,118); }
div.DivClassName
{
background-color: #DBD976;
}
.BgClassName
{
background-color: #DBD976;
}
</style>
border-color css
<style>
span { border-color: #DBD976; }
span { border-color: rgb(219,217,118); }
td.TdClassName
{
border-color: #DBD976;
}
.TagClassName
{
border-color: #DBD976;
}
</style>