Shades of Goldenrod #DADC77
Tints of Goldenrod #DADC77
RGB
CMYK
RGB Variations
Color information
#DADC77 (or 0xDADC77) is known color: Goldenrod. HEX triplet: DA, DC and 77. RGB value is (218,220,119). Sum of RGB (Red+Green+Blue) = 218+220+119=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 119 (46.88% from 255 or 21.36% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC77 is #252388. Grayscale: #D0D0D0. Windows color (decimal): -2433929 or 7855322. OLE color: 7855322.
HSL color Cylindrical-coordinate representation of color #DADC77: hue angle of 61.19º 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 #DADC77 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 119 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.14 |
| HSL | 61.19º | 0.59% | 0.66% | - |
| HSV(B) | 61.19º | 0.46% | 0.86% | - |
| XYZ | 57.84 | 67.42 | 27.42 | - |
| YUV | 207.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 119 | 0.01 | 0 | 0.46 | 0.14 | 61.19 | 0.59 | 0.66 |
| Hex | DA | DC | 77 | 1 | 0 | 2E | E | 3D | 3B | 42 |
| Octal | 332 | 334 | 167 | 1 | 0 | 56 | 16 | 75 | 73 | 102 |
| Binary | 11011010 | 11011100 | 1110111 | 1 | 0 | 101110 | 1110 | 111101 | 111011 | 1000010 |
Color Harmonies of #DADC77
Complementary color
Monochromatic Colors of #DADC77
Black with #DADC77
Text Example
Text Example
White with #DADC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC77; }
p { color: rgb(218,220,119); }
H1.HeaderClassName
{
color: #DADC77;
}
.AnyTagClassName
{
color: #DADC77;
}
</style>
background-color css
<style>
a { background-color: #DADC77; }
a { background-color: rgb(218,220,119); }
div.DivClassName
{
background-color: #DADC77;
}
.BgClassName
{
background-color: #DADC77;
}
</style>
border-color css
<style>
span { border-color: #DADC77; }
span { border-color: rgb(218,220,119); }
td.TdClassName
{
border-color: #DADC77;
}
.TagClassName
{
border-color: #DADC77;
}
</style>