Shades of Goldenrod #DFDC7A
Tints of Goldenrod #DFDC7A
RGB
CMYK
RGB Variations
Color information
#DFDC7A (or 0xDFDC7A) is known color: Goldenrod. HEX triplet: DF, DC and 7A. RGB value is (223,220,122). Sum of RGB (Red+Green+Blue) = 223+220+122=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7A is #202385. Grayscale: #D2D2D2. Windows color (decimal): -2106246 or 8051935. OLE color: 8051935.
HSL color Cylindrical-coordinate representation of color #DFDC7A: hue angle of 58.22º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFDC7A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 122 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.13 |
| HSL | 58.22º | 0.61% | 0.68% | - |
| HSV(B) | 58.22º | 0.45% | 0.87% | - |
| XYZ | 59.54 | 68.28 | 28.45 | - |
| YUV | 209.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 122 | 0 | 0.01 | 0.45 | 0.13 | 58.22 | 0.61 | 0.68 |
| Hex | DF | DC | 7A | 0 | 1 | 2D | D | 3A | 3D | 44 |
| Octal | 337 | 334 | 172 | 0 | 1 | 55 | 15 | 72 | 75 | 104 |
| Binary | 11011111 | 11011100 | 1111010 | 0 | 1 | 101101 | 1101 | 111010 | 111101 | 1000100 |
Color Harmonies of #DFDC7A
Complementary color
Monochromatic Colors of #DFDC7A
Black with #DFDC7A
Text Example
Text Example
White with #DFDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC7A; }
p { color: rgb(223,220,122); }
H1.HeaderClassName
{
color: #DFDC7A;
}
.AnyTagClassName
{
color: #DFDC7A;
}
</style>
background-color css
<style>
a { background-color: #DFDC7A; }
a { background-color: rgb(223,220,122); }
div.DivClassName
{
background-color: #DFDC7A;
}
.BgClassName
{
background-color: #DFDC7A;
}
</style>
border-color css
<style>
span { border-color: #DFDC7A; }
span { border-color: rgb(223,220,122); }
td.TdClassName
{
border-color: #DFDC7A;
}
.TagClassName
{
border-color: #DFDC7A;
}
</style>