Shades of Goldenrod #DBDB74
Tints of Goldenrod #DBDB74
RGB
CMYK
RGB Variations
Color information
#DBDB74 (or 0xDBDB74) is known color: Goldenrod. HEX triplet: DB, DB and 74. RGB value is (219,219,116). Sum of RGB (Red+Green+Blue) = 219+219+116=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB74 is #24248B. Grayscale: #CFCFCF. Windows color (decimal): -2368652 or 7658459. OLE color: 7658459.
HSL color Cylindrical-coordinate representation of color #DBDB74: hue angle of 60º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBDB74 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 116 | - |
| CMYK | 0 | 0 | 0.47 | 0.14 |
| HSL | 60º | 0.59% | 0.66% | - |
| HSV(B) | 60º | 0.47% | 0.86% | - |
| XYZ | 57.7 | 66.98 | 26.41 | - |
| YUV | 207.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 116 | 0 | 0 | 0.47 | 0.14 | 60 | 0.59 | 0.66 |
| Hex | DB | DB | 74 | 0 | 0 | 2F | E | 3C | 3B | 42 |
| Octal | 333 | 333 | 164 | 0 | 0 | 57 | 16 | 74 | 73 | 102 |
| Binary | 11011011 | 11011011 | 1110100 | 0 | 0 | 101111 | 1110 | 111100 | 111011 | 1000010 |
Color Harmonies of #DBDB74
Complementary color
Monochromatic Colors of #DBDB74
Black with #DBDB74
Text Example
Text Example
White with #DBDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB74; }
p { color: rgb(219,219,116); }
H1.HeaderClassName
{
color: #DBDB74;
}
.AnyTagClassName
{
color: #DBDB74;
}
</style>
background-color css
<style>
a { background-color: #DBDB74; }
a { background-color: rgb(219,219,116); }
div.DivClassName
{
background-color: #DBDB74;
}
.BgClassName
{
background-color: #DBDB74;
}
</style>
border-color css
<style>
span { border-color: #DBDB74; }
span { border-color: rgb(219,219,116); }
td.TdClassName
{
border-color: #DBDB74;
}
.TagClassName
{
border-color: #DBDB74;
}
</style>