Shades of Goldenrod #DCDD7E
Tints of Goldenrod #DCDD7E
RGB
CMYK
RGB Variations
Color information
#DCDD7E (or 0xDCDD7E) is known color: Goldenrod. HEX triplet: DC, DD and 7E. RGB value is (220,221,126). Sum of RGB (Red+Green+Blue) = 220+221+126=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7E is #232281. Grayscale: #D2D2D2. Windows color (decimal): -2302594 or 8314332. OLE color: 8314332.
HSL color Cylindrical-coordinate representation of color #DCDD7E: hue angle of 60.63º degrees, saturation: 0.58, 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 #DCDD7E is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 126 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.13 |
| HSL | 60.63º | 0.58% | 0.68% | - |
| HSV(B) | 60.63º | 0.43% | 0.87% | - |
| XYZ | 59.14 | 68.43 | 29.83 | - |
| YUV | 209.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 126 | 0.00 | 0 | 0.43 | 0.13 | 60.63 | 0.58 | 0.68 |
| Hex | DC | DD | 7E | 0 | 0 | 2B | D | 3D | 3A | 44 |
| Octal | 334 | 335 | 176 | 0 | 0 | 53 | 15 | 75 | 72 | 104 |
| Binary | 11011100 | 11011101 | 1111110 | 0 | 0 | 101011 | 1101 | 111101 | 111010 | 1000100 |
Color Harmonies of #DCDD7E
Complementary color
Monochromatic Colors of #DCDD7E
Black with #DCDD7E
Text Example
Text Example
White with #DCDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDD7E; }
p { color: rgb(220,221,126); }
H1.HeaderClassName
{
color: #DCDD7E;
}
.AnyTagClassName
{
color: #DCDD7E;
}
</style>
background-color css
<style>
a { background-color: #DCDD7E; }
a { background-color: rgb(220,221,126); }
div.DivClassName
{
background-color: #DCDD7E;
}
.BgClassName
{
background-color: #DCDD7E;
}
</style>
border-color css
<style>
span { border-color: #DCDD7E; }
span { border-color: rgb(220,221,126); }
td.TdClassName
{
border-color: #DCDD7E;
}
.TagClassName
{
border-color: #DCDD7E;
}
</style>