Shades of Goldenrod #DFDF7E
Tints of Goldenrod #DFDF7E
RGB
CMYK
RGB Variations
Color information
#DFDF7E (or 0xDFDF7E) is known color: Goldenrod. HEX triplet: DF, DF and 7E. RGB value is (223,223,126). Sum of RGB (Red+Green+Blue) = 223+223+126=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 126 (49.61% from 255 or 22.03% from 572); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF7E is #202081. Grayscale: #D4D4D4. Windows color (decimal): -2105474 or 8314847. OLE color: 8314847.
HSL color Cylindrical-coordinate representation of color #DFDF7E: hue angle of 60º degrees, saturation: 0.6, 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 #DFDF7E is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 126 | - |
| CMYK | 0 | 0 | 0.43 | 0.13 |
| HSL | 60º | 0.6% | 0.68% | - |
| HSV(B) | 60º | 0.43% | 0.87% | - |
| XYZ | 60.59 | 69.97 | 30.05 | - |
| YUV | 211.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 126 | 0 | 0 | 0.43 | 0.13 | 60 | 0.6 | 0.68 |
| Hex | DF | DF | 7E | 0 | 0 | 2B | D | 3C | 3C | 44 |
| Octal | 337 | 337 | 176 | 0 | 0 | 53 | 15 | 74 | 74 | 104 |
| Binary | 11011111 | 11011111 | 1111110 | 0 | 0 | 101011 | 1101 | 111100 | 111100 | 1000100 |
Color Harmonies of #DFDF7E
Complementary color
Monochromatic Colors of #DFDF7E
Black with #DFDF7E
Text Example
Text Example
White with #DFDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF7E; }
p { color: rgb(223,223,126); }
H1.HeaderClassName
{
color: #DFDF7E;
}
.AnyTagClassName
{
color: #DFDF7E;
}
</style>
background-color css
<style>
a { background-color: #DFDF7E; }
a { background-color: rgb(223,223,126); }
div.DivClassName
{
background-color: #DFDF7E;
}
.BgClassName
{
background-color: #DFDF7E;
}
</style>
border-color css
<style>
span { border-color: #DFDF7E; }
span { border-color: rgb(223,223,126); }
td.TdClassName
{
border-color: #DFDF7E;
}
.TagClassName
{
border-color: #DFDF7E;
}
</style>