Shades of Goldenrod #DBDE76
Tints of Goldenrod #DBDE76
RGB
CMYK
RGB Variations
Color information
#DBDE76 (or 0xDBDE76) is known color: Goldenrod. HEX triplet: DB, DE and 76. RGB value is (219,222,118). Sum of RGB (Red+Green+Blue) = 219+222+118=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE76 is #242189. Grayscale: #D1D1D1. Windows color (decimal): -2367882 or 7790299. OLE color: 7790299.
HSL color Cylindrical-coordinate representation of color #DBDE76: hue angle of 61.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBDE76 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 118 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.13 |
| HSL | 61.73º | 0.61% | 0.67% | - |
| HSV(B) | 61.73º | 0.47% | 0.87% | - |
| XYZ | 58.6 | 68.61 | 27.29 | - |
| YUV | 209.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 118 | 0.01 | 0 | 0.47 | 0.13 | 61.73 | 0.61 | 0.67 |
| Hex | DB | DE | 76 | 1 | 0 | 2F | D | 3E | 3D | 43 |
| Octal | 333 | 336 | 166 | 1 | 0 | 57 | 15 | 76 | 75 | 103 |
| Binary | 11011011 | 11011110 | 1110110 | 1 | 0 | 101111 | 1101 | 111110 | 111101 | 1000011 |
Color Harmonies of #DBDE76
Complementary color
Monochromatic Colors of #DBDE76
Black with #DBDE76
Text Example
Text Example
White with #DBDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE76; }
p { color: rgb(219,222,118); }
H1.HeaderClassName
{
color: #DBDE76;
}
.AnyTagClassName
{
color: #DBDE76;
}
</style>
background-color css
<style>
a { background-color: #DBDE76; }
a { background-color: rgb(219,222,118); }
div.DivClassName
{
background-color: #DBDE76;
}
.BgClassName
{
background-color: #DBDE76;
}
</style>
border-color css
<style>
span { border-color: #DBDE76; }
span { border-color: rgb(219,222,118); }
td.TdClassName
{
border-color: #DBDE76;
}
.TagClassName
{
border-color: #DBDE76;
}
</style>