Shades of Goldenrod #DADC76
Tints of Goldenrod #DADC76
RGB
CMYK
RGB Variations
Color information
#DADC76 (or 0xDADC76) is known color: Goldenrod. HEX triplet: DA, DC and 76. RGB value is (218,220,118). Sum of RGB (Red+Green+Blue) = 218+220+118=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC76 is #252389. Grayscale: #D0D0D0. Windows color (decimal): -2433930 or 7789786. OLE color: 7789786.
HSL color Cylindrical-coordinate representation of color #DADC76: hue angle of 61.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DADC76 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 118 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.14 |
| HSL | 61.18º | 0.59% | 0.66% | - |
| HSV(B) | 61.18º | 0.46% | 0.86% | - |
| XYZ | 57.78 | 67.4 | 27.1 | - |
| YUV | 207.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 118 | 0.01 | 0 | 0.46 | 0.14 | 61.18 | 0.59 | 0.66 |
| Hex | DA | DC | 76 | 1 | 0 | 2E | E | 3D | 3B | 42 |
| Octal | 332 | 334 | 166 | 1 | 0 | 56 | 16 | 75 | 73 | 102 |
| Binary | 11011010 | 11011100 | 1110110 | 1 | 0 | 101110 | 1110 | 111101 | 111011 | 1000010 |
Color Harmonies of #DADC76
Complementary color
Monochromatic Colors of #DADC76
Black with #DADC76
Text Example
Text Example
White with #DADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC76; }
p { color: rgb(218,220,118); }
H1.HeaderClassName
{
color: #DADC76;
}
.AnyTagClassName
{
color: #DADC76;
}
</style>
background-color css
<style>
a { background-color: #DADC76; }
a { background-color: rgb(218,220,118); }
div.DivClassName
{
background-color: #DADC76;
}
.BgClassName
{
background-color: #DADC76;
}
</style>
border-color css
<style>
span { border-color: #DADC76; }
span { border-color: rgb(218,220,118); }
td.TdClassName
{
border-color: #DADC76;
}
.TagClassName
{
border-color: #DADC76;
}
</style>