Shades of Goldenrod #DBDB6F
Tints of Goldenrod #DBDB6F
RGB
CMYK
RGB Variations
Color information
#DBDB6F (or 0xDBDB6F) is known color: Goldenrod. HEX triplet: DB, DB and 6F. RGB value is (219,219,111). Sum of RGB (Red+Green+Blue) = 219+219+111=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB6F is #242490. Grayscale: #CFCFCF. Windows color (decimal): -2368657 or 7330779. OLE color: 7330779.
HSL color Cylindrical-coordinate representation of color #DBDB6F: hue angle of 60º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBDB6F is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 111 | - |
| CMYK | 0 | 0 | 0.49 | 0.14 |
| HSL | 60º | 0.6% | 0.65% | - |
| HSV(B) | 60º | 0.49% | 0.86% | - |
| XYZ | 57.41 | 66.87 | 24.92 | - |
| YUV | 206.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 111 | 0 | 0 | 0.49 | 0.14 | 60 | 0.6 | 0.65 |
| Hex | DB | DB | 6F | 0 | 0 | 31 | E | 3C | 3C | 41 |
| Octal | 333 | 333 | 157 | 0 | 0 | 61 | 16 | 74 | 74 | 101 |
| Binary | 11011011 | 11011011 | 1101111 | 0 | 0 | 110001 | 1110 | 111100 | 111100 | 1000001 |
Color Harmonies of #DBDB6F
Complementary color
Monochromatic Colors of #DBDB6F
Black with #DBDB6F
Text Example
Text Example
White with #DBDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB6F; }
p { color: rgb(219,219,111); }
H1.HeaderClassName
{
color: #DBDB6F;
}
.AnyTagClassName
{
color: #DBDB6F;
}
</style>
background-color css
<style>
a { background-color: #DBDB6F; }
a { background-color: rgb(219,219,111); }
div.DivClassName
{
background-color: #DBDB6F;
}
.BgClassName
{
background-color: #DBDB6F;
}
</style>
border-color css
<style>
span { border-color: #DBDB6F; }
span { border-color: rgb(219,219,111); }
td.TdClassName
{
border-color: #DBDB6F;
}
.TagClassName
{
border-color: #DBDB6F;
}
</style>