Shades of Goldenrod #DBD980
Tints of Goldenrod #DBD980
RGB
CMYK
RGB Variations
Color information
#DBD980 (or 0xDBD980) is known color: Goldenrod. HEX triplet: DB, D9 and 80. RGB value is (219,217,128). Sum of RGB (Red+Green+Blue) = 219+217+128=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD980 is #24267F. Grayscale: #CFCFCF. Windows color (decimal): -2369152 or 8444379. OLE color: 8444379.
HSL color Cylindrical-coordinate representation of color #DBD980: hue angle of 58.68º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD980 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 128 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.14 |
| HSL | 58.68º | 0.56% | 0.68% | - |
| HSV(B) | 58.68º | 0.42% | 0.86% | - |
| XYZ | 57.92 | 66.24 | 30.16 | - |
| YUV | 207.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 128 | 0 | 0.01 | 0.42 | 0.14 | 58.68 | 0.56 | 0.68 |
| Hex | DB | D9 | 80 | 0 | 1 | 2A | E | 3B | 38 | 44 |
| Octal | 333 | 331 | 200 | 0 | 1 | 52 | 16 | 73 | 70 | 104 |
| Binary | 11011011 | 11011001 | 10000000 | 0 | 1 | 101010 | 1110 | 111011 | 111000 | 1000100 |
Color Harmonies of #DBD980
Complementary color
Monochromatic Colors of #DBD980
Black with #DBD980
Text Example
Text Example
White with #DBD980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD980; }
p { color: rgb(219,217,128); }
H1.HeaderClassName
{
color: #DBD980;
}
.AnyTagClassName
{
color: #DBD980;
}
</style>
background-color css
<style>
a { background-color: #DBD980; }
a { background-color: rgb(219,217,128); }
div.DivClassName
{
background-color: #DBD980;
}
.BgClassName
{
background-color: #DBD980;
}
</style>
border-color css
<style>
span { border-color: #DBD980; }
span { border-color: rgb(219,217,128); }
td.TdClassName
{
border-color: #DBD980;
}
.TagClassName
{
border-color: #DBD980;
}
</style>