Shades of Goldenrod #DCDC73
Tints of Goldenrod #DCDC73
RGB
CMYK
RGB Variations
Color information
#DCDC73 (or 0xDCDC73) is known color: Goldenrod. HEX triplet: DC, DC and 73. RGB value is (220,220,115). Sum of RGB (Red+Green+Blue) = 220+220+115=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC73 is #23238C. Grayscale: #D0D0D0. Windows color (decimal): -2302861 or 7593180. OLE color: 7593180.
HSL color Cylindrical-coordinate representation of color #DCDC73: hue angle of 60º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCDC73 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 115 | - |
| CMYK | 0 | 0 | 0.48 | 0.14 |
| HSL | 60º | 0.6% | 0.66% | - |
| HSV(B) | 60º | 0.48% | 0.86% | - |
| XYZ | 58.2 | 67.64 | 26.21 | - |
| YUV | 208.03 | 75.5 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 115 | 0 | 0 | 0.48 | 0.14 | 60 | 0.6 | 0.66 |
| Hex | DC | DC | 73 | 0 | 0 | 30 | E | 3C | 3C | 42 |
| Octal | 334 | 334 | 163 | 0 | 0 | 60 | 16 | 74 | 74 | 102 |
| Binary | 11011100 | 11011100 | 1110011 | 0 | 0 | 110000 | 1110 | 111100 | 111100 | 1000010 |
Color Harmonies of #DCDC73
Complementary color
Monochromatic Colors of #DCDC73
Black with #DCDC73
Text Example
Text Example
White with #DCDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC73; }
p { color: rgb(220,220,115); }
H1.HeaderClassName
{
color: #DCDC73;
}
.AnyTagClassName
{
color: #DCDC73;
}
</style>
background-color css
<style>
a { background-color: #DCDC73; }
a { background-color: rgb(220,220,115); }
div.DivClassName
{
background-color: #DCDC73;
}
.BgClassName
{
background-color: #DCDC73;
}
</style>
border-color css
<style>
span { border-color: #DCDC73; }
span { border-color: rgb(220,220,115); }
td.TdClassName
{
border-color: #DCDC73;
}
.TagClassName
{
border-color: #DCDC73;
}
</style>