Shades of Goldenrod #DBDC7C
Tints of Goldenrod #DBDC7C
RGB
CMYK
RGB Variations
Color information
#DBDC7C (or 0xDBDC7C) is known color: Goldenrod. HEX triplet: DB, DC and 7C. RGB value is (219,220,124). Sum of RGB (Red+Green+Blue) = 219+220+124=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC7C is #242383. Grayscale: #D1D1D1. Windows color (decimal): -2368388 or 8183003. OLE color: 8183003.
HSL color Cylindrical-coordinate representation of color #DBDC7C: hue angle of 60.63º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBDC7C is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 124 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.14 |
| HSL | 60.63º | 0.58% | 0.67% | - |
| HSV(B) | 60.63º | 0.44% | 0.86% | - |
| XYZ | 58.44 | 67.7 | 29.06 | - |
| YUV | 208.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 124 | 0.00 | 0 | 0.44 | 0.14 | 60.63 | 0.58 | 0.67 |
| Hex | DB | DC | 7C | 0 | 0 | 2C | E | 3D | 3A | 43 |
| Octal | 333 | 334 | 174 | 0 | 0 | 54 | 16 | 75 | 72 | 103 |
| Binary | 11011011 | 11011100 | 1111100 | 0 | 0 | 101100 | 1110 | 111101 | 111010 | 1000011 |
Color Harmonies of #DBDC7C
Complementary color
Monochromatic Colors of #DBDC7C
Black with #DBDC7C
Text Example
Text Example
White with #DBDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC7C; }
p { color: rgb(219,220,124); }
H1.HeaderClassName
{
color: #DBDC7C;
}
.AnyTagClassName
{
color: #DBDC7C;
}
</style>
background-color css
<style>
a { background-color: #DBDC7C; }
a { background-color: rgb(219,220,124); }
div.DivClassName
{
background-color: #DBDC7C;
}
.BgClassName
{
background-color: #DBDC7C;
}
</style>
border-color css
<style>
span { border-color: #DBDC7C; }
span { border-color: rgb(219,220,124); }
td.TdClassName
{
border-color: #DBDC7C;
}
.TagClassName
{
border-color: #DBDC7C;
}
</style>