Shades of Goldenrod #DCDD73
Tints of Goldenrod #DCDD73
RGB
CMYK
RGB Variations
Color information
#DCDD73 (or 0xDCDD73) is known color: Goldenrod. HEX triplet: DC, DD and 73. RGB value is (220,221,115). Sum of RGB (Red+Green+Blue) = 220+221+115=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD73 is #23228C. Grayscale: #D1D1D1. Windows color (decimal): -2302605 or 7593436. OLE color: 7593436.
HSL color Cylindrical-coordinate representation of color #DCDD73: hue angle of 60.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCDD73 is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 115 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.13 |
| HSL | 60.57º | 0.61% | 0.66% | - |
| HSV(B) | 60.57º | 0.48% | 0.87% | - |
| XYZ | 58.47 | 68.17 | 26.3 | - |
| YUV | 208.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 115 | 0.00 | 0 | 0.48 | 0.13 | 60.57 | 0.61 | 0.66 |
| Hex | DC | DD | 73 | 0 | 0 | 30 | D | 3D | 3D | 42 |
| Octal | 334 | 335 | 163 | 0 | 0 | 60 | 15 | 75 | 75 | 102 |
| Binary | 11011100 | 11011101 | 1110011 | 0 | 0 | 110000 | 1101 | 111101 | 111101 | 1000010 |
Color Harmonies of #DCDD73
Complementary color
Monochromatic Colors of #DCDD73
Black with #DCDD73
Text Example
Text Example
White with #DCDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD73; }
p { color: rgb(220,221,115); }
H1.HeaderClassName
{
color: #DCDD73;
}
.AnyTagClassName
{
color: #DCDD73;
}
</style>
background-color css
<style>
a { background-color: #DCDD73; }
a { background-color: rgb(220,221,115); }
div.DivClassName
{
background-color: #DCDD73;
}
.BgClassName
{
background-color: #DCDD73;
}
</style>
border-color css
<style>
span { border-color: #DCDD73; }
span { border-color: rgb(220,221,115); }
td.TdClassName
{
border-color: #DCDD73;
}
.TagClassName
{
border-color: #DCDD73;
}
</style>