Shades of Goldenrod #DCDC7A
Tints of Goldenrod #DCDC7A
RGB
CMYK
RGB Variations
Color information
#DCDC7A (or 0xDCDC7A) is known color: Goldenrod. HEX triplet: DC, DC and 7A. RGB value is (220,220,122). Sum of RGB (Red+Green+Blue) = 220+220+122=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC7A is #232385. Grayscale: #D1D1D1. Windows color (decimal): -2302854 or 8051932. OLE color: 8051932.
HSL color Cylindrical-coordinate representation of color #DCDC7A: hue angle of 60º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCDC7A is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 122 | - |
| CMYK | 0 | 0 | 0.45 | 0.14 |
| HSL | 60º | 0.58% | 0.67% | - |
| HSV(B) | 60º | 0.45% | 0.86% | - |
| XYZ | 58.62 | 67.81 | 28.41 | - |
| YUV | 208.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 122 | 0 | 0 | 0.45 | 0.14 | 60 | 0.58 | 0.67 |
| Hex | DC | DC | 7A | 0 | 0 | 2D | E | 3C | 3A | 43 |
| Octal | 334 | 334 | 172 | 0 | 0 | 55 | 16 | 74 | 72 | 103 |
| Binary | 11011100 | 11011100 | 1111010 | 0 | 0 | 101101 | 1110 | 111100 | 111010 | 1000011 |
Color Harmonies of #DCDC7A
Complementary color
Monochromatic Colors of #DCDC7A
Black with #DCDC7A
Text Example
Text Example
White with #DCDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC7A; }
p { color: rgb(220,220,122); }
H1.HeaderClassName
{
color: #DCDC7A;
}
.AnyTagClassName
{
color: #DCDC7A;
}
</style>
background-color css
<style>
a { background-color: #DCDC7A; }
a { background-color: rgb(220,220,122); }
div.DivClassName
{
background-color: #DCDC7A;
}
.BgClassName
{
background-color: #DCDC7A;
}
</style>
border-color css
<style>
span { border-color: #DCDC7A; }
span { border-color: rgb(220,220,122); }
td.TdClassName
{
border-color: #DCDC7A;
}
.TagClassName
{
border-color: #DCDC7A;
}
</style>