Shades of Goldenrod #DADD76
Tints of Goldenrod #DADD76
RGB
CMYK
RGB Variations
Color information
#DADD76 (or 0xDADD76) is known color: Goldenrod. HEX triplet: DA, DD and 76. RGB value is (218,221,118). Sum of RGB (Red+Green+Blue) = 218+221+118=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD76 is #252289. Grayscale: #D0D0D0. Windows color (decimal): -2433674 or 7790042. OLE color: 7790042.
HSL color Cylindrical-coordinate representation of color #DADD76: hue angle of 61.75º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DADD76 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 118 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.13 |
| HSL | 61.75º | 0.6% | 0.66% | - |
| HSV(B) | 61.75º | 0.47% | 0.87% | - |
| XYZ | 58.04 | 67.93 | 27.19 | - |
| YUV | 208.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 118 | 0.01 | 0 | 0.47 | 0.13 | 61.75 | 0.6 | 0.66 |
| Hex | DA | DD | 76 | 1 | 0 | 2F | D | 3E | 3C | 42 |
| Octal | 332 | 335 | 166 | 1 | 0 | 57 | 15 | 76 | 74 | 102 |
| Binary | 11011010 | 11011101 | 1110110 | 1 | 0 | 101111 | 1101 | 111110 | 111100 | 1000010 |
Color Harmonies of #DADD76
Complementary color
Monochromatic Colors of #DADD76
Black with #DADD76
Text Example
Text Example
White with #DADD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD76; }
p { color: rgb(218,221,118); }
H1.HeaderClassName
{
color: #DADD76;
}
.AnyTagClassName
{
color: #DADD76;
}
</style>
background-color css
<style>
a { background-color: #DADD76; }
a { background-color: rgb(218,221,118); }
div.DivClassName
{
background-color: #DADD76;
}
.BgClassName
{
background-color: #DADD76;
}
</style>
border-color css
<style>
span { border-color: #DADD76; }
span { border-color: rgb(218,221,118); }
td.TdClassName
{
border-color: #DADD76;
}
.TagClassName
{
border-color: #DADD76;
}
</style>