Shades of Goldenrod #DFDD7C
Tints of Goldenrod #DFDD7C
RGB
CMYK
RGB Variations
Color information
#DFDD7C (or 0xDFDD7C) is known color: Goldenrod. HEX triplet: DF, DD and 7C. RGB value is (223,221,124). Sum of RGB (Red+Green+Blue) = 223+221+124=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD7C is #202283. Grayscale: #D2D2D2. Windows color (decimal): -2105988 or 8183263. OLE color: 8183263.
HSL color Cylindrical-coordinate representation of color #DFDD7C: hue angle of 58.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFDD7C is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 124 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.13 |
| HSL | 58.79º | 0.61% | 0.68% | - |
| HSV(B) | 58.79º | 0.44% | 0.87% | - |
| XYZ | 59.93 | 68.86 | 29.2 | - |
| YUV | 210.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 124 | 0 | 0.01 | 0.44 | 0.13 | 58.79 | 0.61 | 0.68 |
| Hex | DF | DD | 7C | 0 | 1 | 2C | D | 3B | 3D | 44 |
| Octal | 337 | 335 | 174 | 0 | 1 | 54 | 15 | 73 | 75 | 104 |
| Binary | 11011111 | 11011101 | 1111100 | 0 | 1 | 101100 | 1101 | 111011 | 111101 | 1000100 |
Color Harmonies of #DFDD7C
Complementary color
Monochromatic Colors of #DFDD7C
Black with #DFDD7C
Text Example
Text Example
White with #DFDD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD7C; }
p { color: rgb(223,221,124); }
H1.HeaderClassName
{
color: #DFDD7C;
}
.AnyTagClassName
{
color: #DFDD7C;
}
</style>
background-color css
<style>
a { background-color: #DFDD7C; }
a { background-color: rgb(223,221,124); }
div.DivClassName
{
background-color: #DFDD7C;
}
.BgClassName
{
background-color: #DFDD7C;
}
</style>
border-color css
<style>
span { border-color: #DFDD7C; }
span { border-color: rgb(223,221,124); }
td.TdClassName
{
border-color: #DFDD7C;
}
.TagClassName
{
border-color: #DFDD7C;
}
</style>