Shades of Goldenrod #DBDB6A
Tints of Goldenrod #DBDB6A
RGB
CMYK
RGB Variations
Color information
#DBDB6A (or 0xDBDB6A) is known color: Goldenrod. HEX triplet: DB, DB and 6A. RGB value is (219,219,106). Sum of RGB (Red+Green+Blue) = 219+219+106=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB6A is #242495. Grayscale: #CECECE. Windows color (decimal): -2368662 or 7003099. OLE color: 7003099.
HSL color Cylindrical-coordinate representation of color #DBDB6A: hue angle of 60º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBDB6A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 106 | - |
| CMYK | 0 | 0 | 0.52 | 0.14 |
| HSL | 60º | 0.61% | 0.64% | - |
| HSV(B) | 60º | 0.52% | 0.86% | - |
| XYZ | 57.15 | 66.76 | 23.51 | - |
| YUV | 206.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 106 | 0 | 0 | 0.52 | 0.14 | 60 | 0.61 | 0.64 |
| Hex | DB | DB | 6A | 0 | 0 | 34 | E | 3C | 3D | 40 |
| Octal | 333 | 333 | 152 | 0 | 0 | 64 | 16 | 74 | 75 | 100 |
| Binary | 11011011 | 11011011 | 1101010 | 0 | 0 | 110100 | 1110 | 111100 | 111101 | 1000000 |
Color Harmonies of #DBDB6A
Complementary color
Monochromatic Colors of #DBDB6A
Black with #DBDB6A
Text Example
Text Example
White with #DBDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB6A; }
p { color: rgb(219,219,106); }
H1.HeaderClassName
{
color: #DBDB6A;
}
.AnyTagClassName
{
color: #DBDB6A;
}
</style>
background-color css
<style>
a { background-color: #DBDB6A; }
a { background-color: rgb(219,219,106); }
div.DivClassName
{
background-color: #DBDB6A;
}
.BgClassName
{
background-color: #DBDB6A;
}
</style>
border-color css
<style>
span { border-color: #DBDB6A; }
span { border-color: rgb(219,219,106); }
td.TdClassName
{
border-color: #DBDB6A;
}
.TagClassName
{
border-color: #DBDB6A;
}
</style>