Shades of Goldenrod #DBDD7A
Tints of Goldenrod #DBDD7A
RGB
CMYK
RGB Variations
Color information
#DBDD7A (or 0xDBDD7A) is known color: Goldenrod. HEX triplet: DB, DD and 7A. RGB value is (219,221,122). Sum of RGB (Red+Green+Blue) = 219+221+122=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD7A is #242285. Grayscale: #D1D1D1. Windows color (decimal): -2368134 or 8052187. OLE color: 8052187.
HSL color Cylindrical-coordinate representation of color #DBDD7A: hue angle of 61.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBDD7A is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 122 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.13 |
| HSL | 61.21º | 0.59% | 0.67% | - |
| HSV(B) | 61.21º | 0.45% | 0.87% | - |
| XYZ | 58.58 | 68.18 | 28.48 | - |
| YUV | 209.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 122 | 0.01 | 0 | 0.45 | 0.13 | 61.21 | 0.59 | 0.67 |
| Hex | DB | DD | 7A | 1 | 0 | 2D | D | 3D | 3B | 43 |
| Octal | 333 | 335 | 172 | 1 | 0 | 55 | 15 | 75 | 73 | 103 |
| Binary | 11011011 | 11011101 | 1111010 | 1 | 0 | 101101 | 1101 | 111101 | 111011 | 1000011 |
Color Harmonies of #DBDD7A
Complementary color
Monochromatic Colors of #DBDD7A
Black with #DBDD7A
Text Example
Text Example
White with #DBDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD7A; }
p { color: rgb(219,221,122); }
H1.HeaderClassName
{
color: #DBDD7A;
}
.AnyTagClassName
{
color: #DBDD7A;
}
</style>
background-color css
<style>
a { background-color: #DBDD7A; }
a { background-color: rgb(219,221,122); }
div.DivClassName
{
background-color: #DBDD7A;
}
.BgClassName
{
background-color: #DBDD7A;
}
</style>
border-color css
<style>
span { border-color: #DBDD7A; }
span { border-color: rgb(219,221,122); }
td.TdClassName
{
border-color: #DBDD7A;
}
.TagClassName
{
border-color: #DBDD7A;
}
</style>