Shades of Goldenrod #DBDA61
Tints of Goldenrod #DBDA61
RGB
CMYK
RGB Variations
Color information
#DBDA61 (or 0xDBDA61) is known color: Goldenrod. HEX triplet: DB, DA and 61. RGB value is (219,218,97). Sum of RGB (Red+Green+Blue) = 219+218+97=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA61 is #24259E. Grayscale: #CCCCCC. Windows color (decimal): -2368927 or 6413019. OLE color: 6413019.
HSL color Cylindrical-coordinate representation of color #DBDA61: hue angle of 59.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBDA61 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 97 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.14 |
| HSL | 59.51º | 0.63% | 0.62% | - |
| HSV(B) | 59.51º | 0.56% | 0.86% | - |
| XYZ | 56.44 | 66.07 | 21.09 | - |
| YUV | 204.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 97 | 0 | 0.00 | 0.56 | 0.14 | 59.51 | 0.63 | 0.62 |
| Hex | DB | DA | 61 | 0 | 0 | 38 | E | 3C | 3F | 3E |
| Octal | 333 | 332 | 141 | 0 | 0 | 70 | 16 | 74 | 77 | 76 |
| Binary | 11011011 | 11011010 | 1100001 | 0 | 0 | 111000 | 1110 | 111100 | 111111 | 111110 |
Color Harmonies of #DBDA61
Complementary color
Monochromatic Colors of #DBDA61
Black with #DBDA61
Text Example
Text Example
White with #DBDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA61; }
p { color: rgb(219,218,97); }
H1.HeaderClassName
{
color: #DBDA61;
}
.AnyTagClassName
{
color: #DBDA61;
}
</style>
background-color css
<style>
a { background-color: #DBDA61; }
a { background-color: rgb(219,218,97); }
div.DivClassName
{
background-color: #DBDA61;
}
.BgClassName
{
background-color: #DBDA61;
}
</style>
border-color css
<style>
span { border-color: #DBDA61; }
span { border-color: rgb(219,218,97); }
td.TdClassName
{
border-color: #DBDA61;
}
.TagClassName
{
border-color: #DBDA61;
}
</style>