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