Shades of Goldenrod #DCDD7D
Tints of Goldenrod #DCDD7D
RGB
CMYK
RGB Variations
Color information
#DCDD7D (or 0xDCDD7D) is known color: Goldenrod. HEX triplet: DC, DD and 7D. RGB value is (220,221,125). Sum of RGB (Red+Green+Blue) = 220+221+125=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7D is #232282. Grayscale: #D2D2D2. Windows color (decimal): -2302595 or 8248796. OLE color: 8248796.
HSL color Cylindrical-coordinate representation of color #DCDD7D: hue angle of 60.63º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCDD7D is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 125 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.13 |
| HSL | 60.63º | 0.59% | 0.68% | - |
| HSV(B) | 60.63º | 0.43% | 0.87% | - |
| XYZ | 59.07 | 68.41 | 29.49 | - |
| YUV | 209.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 125 | 0.00 | 0 | 0.43 | 0.13 | 60.63 | 0.59 | 0.68 |
| Hex | DC | DD | 7D | 0 | 0 | 2B | D | 3D | 3B | 44 |
| Octal | 334 | 335 | 175 | 0 | 0 | 53 | 15 | 75 | 73 | 104 |
| Binary | 11011100 | 11011101 | 1111101 | 0 | 0 | 101011 | 1101 | 111101 | 111011 | 1000100 |
Color Harmonies of #DCDD7D
Complementary color
Monochromatic Colors of #DCDD7D
Black with #DCDD7D
Text Example
Text Example
White with #DCDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD7D; }
p { color: rgb(220,221,125); }
H1.HeaderClassName
{
color: #DCDD7D;
}
.AnyTagClassName
{
color: #DCDD7D;
}
</style>
background-color css
<style>
a { background-color: #DCDD7D; }
a { background-color: rgb(220,221,125); }
div.DivClassName
{
background-color: #DCDD7D;
}
.BgClassName
{
background-color: #DCDD7D;
}
</style>
border-color css
<style>
span { border-color: #DCDD7D; }
span { border-color: rgb(220,221,125); }
td.TdClassName
{
border-color: #DCDD7D;
}
.TagClassName
{
border-color: #DCDD7D;
}
</style>