Shades of Goldenrod #DADA76
Tints of Goldenrod #DADA76
RGB
CMYK
RGB Variations
Color information
#DADA76 (or 0xDADA76) is known color: Goldenrod. HEX triplet: DA, DA and 76. RGB value is (218,218,118). Sum of RGB (Red+Green+Blue) = 218+218+118=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADA76 is #252589. Grayscale: #CECECE. Windows color (decimal): -2434442 or 7789274. OLE color: 7789274.
HSL color Cylindrical-coordinate representation of color #DADA76: hue angle of 60º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DADA76 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 118 | - |
| CMYK | 0 | 0 | 0.46 | 0.15 |
| HSL | 60º | 0.57% | 0.66% | - |
| HSV(B) | 60º | 0.46% | 0.85% | - |
| XYZ | 57.25 | 66.36 | 26.93 | - |
| YUV | 206.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 118 | 0 | 0 | 0.46 | 0.15 | 60 | 0.57 | 0.66 |
| Hex | DA | DA | 76 | 0 | 0 | 2E | F | 3C | 39 | 42 |
| Octal | 332 | 332 | 166 | 0 | 0 | 56 | 17 | 74 | 71 | 102 |
| Binary | 11011010 | 11011010 | 1110110 | 0 | 0 | 101110 | 1111 | 111100 | 111001 | 1000010 |
Color Harmonies of #DADA76
Complementary color
Monochromatic Colors of #DADA76
Black with #DADA76
Text Example
Text Example
White with #DADA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADA76; }
p { color: rgb(218,218,118); }
H1.HeaderClassName
{
color: #DADA76;
}
.AnyTagClassName
{
color: #DADA76;
}
</style>
background-color css
<style>
a { background-color: #DADA76; }
a { background-color: rgb(218,218,118); }
div.DivClassName
{
background-color: #DADA76;
}
.BgClassName
{
background-color: #DADA76;
}
</style>
border-color css
<style>
span { border-color: #DADA76; }
span { border-color: rgb(218,218,118); }
td.TdClassName
{
border-color: #DADA76;
}
.TagClassName
{
border-color: #DADA76;
}
</style>