Shades of Goldenrod #DFDC79
Tints of Goldenrod #DFDC79
RGB
CMYK
RGB Variations
Color information
#DFDC79 (or 0xDFDC79) is known color: Goldenrod. HEX triplet: DF, DC and 79. RGB value is (223,220,121). Sum of RGB (Red+Green+Blue) = 223+220+121=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC79 is #202386. Grayscale: #D2D2D2. Windows color (decimal): -2106247 or 7986399. OLE color: 7986399.
HSL color Cylindrical-coordinate representation of color #DFDC79: hue angle of 58.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFDC79 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 121 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.24º | 0.61% | 0.67% | - |
| HSV(B) | 58.24º | 0.46% | 0.87% | - |
| XYZ | 59.48 | 68.25 | 28.13 | - |
| YUV | 209.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 121 | 0 | 0.01 | 0.46 | 0.13 | 58.24 | 0.61 | 0.67 |
| Hex | DF | DC | 79 | 0 | 1 | 2E | D | 3A | 3D | 43 |
| Octal | 337 | 334 | 171 | 0 | 1 | 56 | 15 | 72 | 75 | 103 |
| Binary | 11011111 | 11011100 | 1111001 | 0 | 1 | 101110 | 1101 | 111010 | 111101 | 1000011 |
Color Harmonies of #DFDC79
Complementary color
Monochromatic Colors of #DFDC79
Black with #DFDC79
Text Example
Text Example
White with #DFDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC79; }
p { color: rgb(223,220,121); }
H1.HeaderClassName
{
color: #DFDC79;
}
.AnyTagClassName
{
color: #DFDC79;
}
</style>
background-color css
<style>
a { background-color: #DFDC79; }
a { background-color: rgb(223,220,121); }
div.DivClassName
{
background-color: #DFDC79;
}
.BgClassName
{
background-color: #DFDC79;
}
</style>
border-color css
<style>
span { border-color: #DFDC79; }
span { border-color: rgb(223,220,121); }
td.TdClassName
{
border-color: #DFDC79;
}
.TagClassName
{
border-color: #DFDC79;
}
</style>