Shades of Goldenrod #DBDC76
Tints of Goldenrod #DBDC76
RGB
CMYK
RGB Variations
Color information
#DBDC76 (or 0xDBDC76) is known color: Goldenrod. HEX triplet: DB, DC and 76. RGB value is (219,220,118). Sum of RGB (Red+Green+Blue) = 219+220+118=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC76 is #242389. Grayscale: #D0D0D0. Windows color (decimal): -2368394 or 7789787. OLE color: 7789787.
HSL color Cylindrical-coordinate representation of color #DBDC76: hue angle of 60.59º degrees, saturation: 0.59, 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 #DBDC76 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 118 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.14 |
| HSL | 60.59º | 0.59% | 0.66% | - |
| HSV(B) | 60.59º | 0.46% | 0.86% | - |
| XYZ | 58.08 | 67.55 | 27.12 | - |
| YUV | 208.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 118 | 0.00 | 0 | 0.46 | 0.14 | 60.59 | 0.59 | 0.66 |
| Hex | DB | DC | 76 | 0 | 0 | 2E | E | 3D | 3B | 42 |
| Octal | 333 | 334 | 166 | 0 | 0 | 56 | 16 | 75 | 73 | 102 |
| Binary | 11011011 | 11011100 | 1110110 | 0 | 0 | 101110 | 1110 | 111101 | 111011 | 1000010 |
Color Harmonies of #DBDC76
Complementary color
Monochromatic Colors of #DBDC76
Black with #DBDC76
Text Example
Text Example
White with #DBDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC76; }
p { color: rgb(219,220,118); }
H1.HeaderClassName
{
color: #DBDC76;
}
.AnyTagClassName
{
color: #DBDC76;
}
</style>
background-color css
<style>
a { background-color: #DBDC76; }
a { background-color: rgb(219,220,118); }
div.DivClassName
{
background-color: #DBDC76;
}
.BgClassName
{
background-color: #DBDC76;
}
</style>
border-color css
<style>
span { border-color: #DBDC76; }
span { border-color: rgb(219,220,118); }
td.TdClassName
{
border-color: #DBDC76;
}
.TagClassName
{
border-color: #DBDC76;
}
</style>