Shades of Goldenrod #DBDC7A
Tints of Goldenrod #DBDC7A
RGB
CMYK
RGB Variations
Color information
#DBDC7A (or 0xDBDC7A) is known color: Goldenrod. HEX triplet: DB, DC and 7A. RGB value is (219,220,122). Sum of RGB (Red+Green+Blue) = 219+220+122=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDC7A is #242385. Grayscale: #D0D0D0. Windows color (decimal): -2368390 or 8051931. OLE color: 8051931.
HSL color Cylindrical-coordinate representation of color #DBDC7A: hue angle of 60.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBDC7A is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 122 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.14 |
| HSL | 60.61º | 0.58% | 0.67% | - |
| HSV(B) | 60.61º | 0.45% | 0.86% | - |
| XYZ | 58.32 | 67.65 | 28.4 | - |
| YUV | 208.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 122 | 0.00 | 0 | 0.45 | 0.14 | 60.61 | 0.58 | 0.67 |
| Hex | DB | DC | 7A | 0 | 0 | 2D | E | 3D | 3A | 43 |
| Octal | 333 | 334 | 172 | 0 | 0 | 55 | 16 | 75 | 72 | 103 |
| Binary | 11011011 | 11011100 | 1111010 | 0 | 0 | 101101 | 1110 | 111101 | 111010 | 1000011 |
Color Harmonies of #DBDC7A
Complementary color
Monochromatic Colors of #DBDC7A
Black with #DBDC7A
Text Example
Text Example
White with #DBDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC7A; }
p { color: rgb(219,220,122); }
H1.HeaderClassName
{
color: #DBDC7A;
}
.AnyTagClassName
{
color: #DBDC7A;
}
</style>
background-color css
<style>
a { background-color: #DBDC7A; }
a { background-color: rgb(219,220,122); }
div.DivClassName
{
background-color: #DBDC7A;
}
.BgClassName
{
background-color: #DBDC7A;
}
</style>
border-color css
<style>
span { border-color: #DBDC7A; }
span { border-color: rgb(219,220,122); }
td.TdClassName
{
border-color: #DBDC7A;
}
.TagClassName
{
border-color: #DBDC7A;
}
</style>