Shades of Goldenrod #DBDB63
Tints of Goldenrod #DBDB63
RGB
CMYK
RGB Variations
Color information
#DBDB63 (or 0xDBDB63) is known color: Goldenrod. HEX triplet: DB, DB and 63. RGB value is (219,219,99). Sum of RGB (Red+Green+Blue) = 219+219+99=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB63 is #24249C. Grayscale: #CDCDCD. Windows color (decimal): -2368669 or 6544347. OLE color: 6544347.
HSL color Cylindrical-coordinate representation of color #DBDB63: hue angle of 60º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBDB63 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 99 | - |
| CMYK | 0 | 0 | 0.55 | 0.14 |
| HSL | 60º | 0.63% | 0.62% | - |
| HSV(B) | 60º | 0.55% | 0.86% | - |
| XYZ | 56.8 | 66.62 | 21.67 | - |
| YUV | 205.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 99 | 0 | 0 | 0.55 | 0.14 | 60 | 0.63 | 0.62 |
| Hex | DB | DB | 63 | 0 | 0 | 37 | E | 3C | 3E | 3E |
| Octal | 333 | 333 | 143 | 0 | 0 | 67 | 16 | 74 | 76 | 76 |
| Binary | 11011011 | 11011011 | 1100011 | 0 | 0 | 110111 | 1110 | 111100 | 111110 | 111110 |
Color Harmonies of #DBDB63
Complementary color
Monochromatic Colors of #DBDB63
Black with #DBDB63
Text Example
Text Example
White with #DBDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB63; }
p { color: rgb(219,219,99); }
H1.HeaderClassName
{
color: #DBDB63;
}
.AnyTagClassName
{
color: #DBDB63;
}
</style>
background-color css
<style>
a { background-color: #DBDB63; }
a { background-color: rgb(219,219,99); }
div.DivClassName
{
background-color: #DBDB63;
}
.BgClassName
{
background-color: #DBDB63;
}
</style>
border-color css
<style>
span { border-color: #DBDB63; }
span { border-color: rgb(219,219,99); }
td.TdClassName
{
border-color: #DBDB63;
}
.TagClassName
{
border-color: #DBDB63;
}
</style>