Shades of Goldenrod #DBDB7E
Tints of Goldenrod #DBDB7E
RGB
CMYK
RGB Variations
Color information
#DBDB7E (or 0xDBDB7E) is known color: Goldenrod. HEX triplet: DB, DB and 7E. RGB value is (219,219,126). Sum of RGB (Red+Green+Blue) = 219+219+126=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 126 (49.61% from 255 or 22.34% from 564); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB7E is #242481. Grayscale: #D0D0D0. Windows color (decimal): -2368642 or 8313819. OLE color: 8313819.
HSL color Cylindrical-coordinate representation of color #DBDB7E: hue angle of 60º 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 #DBDB7E is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 126 | - |
| CMYK | 0 | 0 | 0.42 | 0.14 |
| HSL | 60º | 0.56% | 0.68% | - |
| HSV(B) | 60º | 0.42% | 0.86% | - |
| XYZ | 58.31 | 67.23 | 29.64 | - |
| YUV | 208.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 126 | 0 | 0 | 0.42 | 0.14 | 60 | 0.56 | 0.68 |
| Hex | DB | DB | 7E | 0 | 0 | 2A | E | 3C | 38 | 44 |
| Octal | 333 | 333 | 176 | 0 | 0 | 52 | 16 | 74 | 70 | 104 |
| Binary | 11011011 | 11011011 | 1111110 | 0 | 0 | 101010 | 1110 | 111100 | 111000 | 1000100 |
Color Harmonies of #DBDB7E
Complementary color
Monochromatic Colors of #DBDB7E
Black with #DBDB7E
Text Example
Text Example
White with #DBDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB7E; }
p { color: rgb(219,219,126); }
H1.HeaderClassName
{
color: #DBDB7E;
}
.AnyTagClassName
{
color: #DBDB7E;
}
</style>
background-color css
<style>
a { background-color: #DBDB7E; }
a { background-color: rgb(219,219,126); }
div.DivClassName
{
background-color: #DBDB7E;
}
.BgClassName
{
background-color: #DBDB7E;
}
</style>
border-color css
<style>
span { border-color: #DBDB7E; }
span { border-color: rgb(219,219,126); }
td.TdClassName
{
border-color: #DBDB7E;
}
.TagClassName
{
border-color: #DBDB7E;
}
</style>