Shades of Goldenrod #DBDA70
Tints of Goldenrod #DBDA70
RGB
CMYK
RGB Variations
Color information
#DBDA70 (or 0xDBDA70) is known color: Goldenrod. HEX triplet: DB, DA and 70. RGB value is (219,218,112). Sum of RGB (Red+Green+Blue) = 219+218+112=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA70 is #24258F. Grayscale: #CECECE. Windows color (decimal): -2368912 or 7396059. OLE color: 7396059.
HSL color Cylindrical-coordinate representation of color #DBDA70: hue angle of 59.44º 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 #DBDA70 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 112 | - |
| CMYK | 0 | 0.00 | 0.49 | 0.14 |
| HSL | 59.44º | 0.6% | 0.65% | - |
| HSV(B) | 59.44º | 0.49% | 0.86% | - |
| XYZ | 57.21 | 66.37 | 25.13 | - |
| YUV | 206.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 112 | 0 | 0.00 | 0.49 | 0.14 | 59.44 | 0.6 | 0.65 |
| Hex | DB | DA | 70 | 0 | 0 | 31 | E | 3B | 3C | 41 |
| Octal | 333 | 332 | 160 | 0 | 0 | 61 | 16 | 73 | 74 | 101 |
| Binary | 11011011 | 11011010 | 1110000 | 0 | 0 | 110001 | 1110 | 111011 | 111100 | 1000001 |
Color Harmonies of #DBDA70
Complementary color
Monochromatic Colors of #DBDA70
Black with #DBDA70
Text Example
Text Example
White with #DBDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA70; }
p { color: rgb(219,218,112); }
H1.HeaderClassName
{
color: #DBDA70;
}
.AnyTagClassName
{
color: #DBDA70;
}
</style>
background-color css
<style>
a { background-color: #DBDA70; }
a { background-color: rgb(219,218,112); }
div.DivClassName
{
background-color: #DBDA70;
}
.BgClassName
{
background-color: #DBDA70;
}
</style>
border-color css
<style>
span { border-color: #DBDA70; }
span { border-color: rgb(219,218,112); }
td.TdClassName
{
border-color: #DBDA70;
}
.TagClassName
{
border-color: #DBDA70;
}
</style>