Shades of Goldenrod #DBD880
Tints of Goldenrod #DBD880
RGB
CMYK
RGB Variations
Color information
#DBD880 (or 0xDBD880) is known color: Goldenrod. HEX triplet: DB, D8 and 80. RGB value is (219,216,128). Sum of RGB (Red+Green+Blue) = 219+216+128=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD880 is #24277F. Grayscale: #CFCFCF. Windows color (decimal): -2369408 or 8444123. OLE color: 8444123.
HSL color Cylindrical-coordinate representation of color #DBD880: hue angle of 58.02º 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 #DBD880 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 128 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.14 |
| HSL | 58.02º | 0.56% | 0.68% | - |
| HSV(B) | 58.02º | 0.42% | 0.86% | - |
| XYZ | 57.67 | 65.73 | 30.07 | - |
| YUV | 206.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 128 | 0 | 0.01 | 0.42 | 0.14 | 58.02 | 0.56 | 0.68 |
| Hex | DB | D8 | 80 | 0 | 1 | 2A | E | 3A | 38 | 44 |
| Octal | 333 | 330 | 200 | 0 | 1 | 52 | 16 | 72 | 70 | 104 |
| Binary | 11011011 | 11011000 | 10000000 | 0 | 1 | 101010 | 1110 | 111010 | 111000 | 1000100 |
Color Harmonies of #DBD880
Complementary color
Monochromatic Colors of #DBD880
Black with #DBD880
Text Example
Text Example
White with #DBD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD880; }
p { color: rgb(219,216,128); }
H1.HeaderClassName
{
color: #DBD880;
}
.AnyTagClassName
{
color: #DBD880;
}
</style>
background-color css
<style>
a { background-color: #DBD880; }
a { background-color: rgb(219,216,128); }
div.DivClassName
{
background-color: #DBD880;
}
.BgClassName
{
background-color: #DBD880;
}
</style>
border-color css
<style>
span { border-color: #DBD880; }
span { border-color: rgb(219,216,128); }
td.TdClassName
{
border-color: #DBD880;
}
.TagClassName
{
border-color: #DBD880;
}
</style>