Shades of Goldenrod #DBDB65
Tints of Goldenrod #DBDB65
RGB
CMYK
RGB Variations
Color information
#DBDB65 (or 0xDBDB65) is known color: Goldenrod. HEX triplet: DB, DB and 65. RGB value is (219,219,101). Sum of RGB (Red+Green+Blue) = 219+219+101=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB65 is #24249A. Grayscale: #CECECE. Windows color (decimal): -2368667 or 6675419. OLE color: 6675419.
HSL color Cylindrical-coordinate representation of color #DBDB65: hue angle of 60º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBDB65 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 101 | - |
| CMYK | 0 | 0 | 0.54 | 0.14 |
| HSL | 60º | 0.62% | 0.63% | - |
| HSV(B) | 60º | 0.54% | 0.86% | - |
| XYZ | 56.89 | 66.66 | 22.18 | - |
| YUV | 205.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 101 | 0 | 0 | 0.54 | 0.14 | 60 | 0.62 | 0.63 |
| Hex | DB | DB | 65 | 0 | 0 | 36 | E | 3C | 3E | 3F |
| Octal | 333 | 333 | 145 | 0 | 0 | 66 | 16 | 74 | 76 | 77 |
| Binary | 11011011 | 11011011 | 1100101 | 0 | 0 | 110110 | 1110 | 111100 | 111110 | 111111 |
Color Harmonies of #DBDB65
Complementary color
Monochromatic Colors of #DBDB65
Black with #DBDB65
Text Example
Text Example
White with #DBDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB65; }
p { color: rgb(219,219,101); }
H1.HeaderClassName
{
color: #DBDB65;
}
.AnyTagClassName
{
color: #DBDB65;
}
</style>
background-color css
<style>
a { background-color: #DBDB65; }
a { background-color: rgb(219,219,101); }
div.DivClassName
{
background-color: #DBDB65;
}
.BgClassName
{
background-color: #DBDB65;
}
</style>
border-color css
<style>
span { border-color: #DBDB65; }
span { border-color: rgb(219,219,101); }
td.TdClassName
{
border-color: #DBDB65;
}
.TagClassName
{
border-color: #DBDB65;
}
</style>