Shades of Goldenrod #DFDD79
Tints of Goldenrod #DFDD79
RGB
CMYK
RGB Variations
Color information
#DFDD79 (or 0xDFDD79) is known color: Goldenrod. HEX triplet: DF, DD and 79. RGB value is (223,221,121). Sum of RGB (Red+Green+Blue) = 223+221+121=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD79 is #202286. Grayscale: #D2D2D2. Windows color (decimal): -2105991 or 7986655. OLE color: 7986655.
HSL color Cylindrical-coordinate representation of color #DFDD79: hue angle of 58.82º 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 #DFDD79 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 121 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.82º | 0.61% | 0.67% | - |
| HSV(B) | 58.82º | 0.46% | 0.87% | - |
| XYZ | 59.74 | 68.78 | 28.22 | - |
| YUV | 210.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 121 | 0 | 0.01 | 0.46 | 0.13 | 58.82 | 0.61 | 0.67 |
| Hex | DF | DD | 79 | 0 | 1 | 2E | D | 3B | 3D | 43 |
| Octal | 337 | 335 | 171 | 0 | 1 | 56 | 15 | 73 | 75 | 103 |
| Binary | 11011111 | 11011101 | 1111001 | 0 | 1 | 101110 | 1101 | 111011 | 111101 | 1000011 |
Color Harmonies of #DFDD79
Complementary color
Monochromatic Colors of #DFDD79
Black with #DFDD79
Text Example
Text Example
White with #DFDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD79; }
p { color: rgb(223,221,121); }
H1.HeaderClassName
{
color: #DFDD79;
}
.AnyTagClassName
{
color: #DFDD79;
}
</style>
background-color css
<style>
a { background-color: #DFDD79; }
a { background-color: rgb(223,221,121); }
div.DivClassName
{
background-color: #DFDD79;
}
.BgClassName
{
background-color: #DFDD79;
}
</style>
border-color css
<style>
span { border-color: #DFDD79; }
span { border-color: rgb(223,221,121); }
td.TdClassName
{
border-color: #DFDD79;
}
.TagClassName
{
border-color: #DFDD79;
}
</style>