Shades of Goldenrod #DBD76C
Tints of Goldenrod #DBD76C
RGB
CMYK
RGB Variations
Color information
#DBD76C (or 0xDBD76C) is known color: Goldenrod. HEX triplet: DB, D7 and 6C. RGB value is (219,215,108). Sum of RGB (Red+Green+Blue) = 219+215+108=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD76C is #242893. Grayscale: #CCCCCC. Windows color (decimal): -2369684 or 7133147. OLE color: 7133147.
HSL color Cylindrical-coordinate representation of color #DBD76C: hue angle of 57.84º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBD76C is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 108 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.14 |
| HSL | 57.84º | 0.61% | 0.64% | - |
| HSV(B) | 57.84º | 0.51% | 0.86% | - |
| XYZ | 56.22 | 64.74 | 23.72 | - |
| YUV | 204 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 108 | 0 | 0.02 | 0.51 | 0.14 | 57.84 | 0.61 | 0.64 |
| Hex | DB | D7 | 6C | 0 | 2 | 33 | E | 3A | 3D | 40 |
| Octal | 333 | 327 | 154 | 0 | 2 | 63 | 16 | 72 | 75 | 100 |
| Binary | 11011011 | 11010111 | 1101100 | 0 | 10 | 110011 | 1110 | 111010 | 111101 | 1000000 |
Color Harmonies of #DBD76C
Complementary color
Monochromatic Colors of #DBD76C
Black with #DBD76C
Text Example
Text Example
White with #DBD76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD76C; }
p { color: rgb(219,215,108); }
H1.HeaderClassName
{
color: #DBD76C;
}
.AnyTagClassName
{
color: #DBD76C;
}
</style>
background-color css
<style>
a { background-color: #DBD76C; }
a { background-color: rgb(219,215,108); }
div.DivClassName
{
background-color: #DBD76C;
}
.BgClassName
{
background-color: #DBD76C;
}
</style>
border-color css
<style>
span { border-color: #DBD76C; }
span { border-color: rgb(219,215,108); }
td.TdClassName
{
border-color: #DBD76C;
}
.TagClassName
{
border-color: #DBD76C;
}
</style>