Shades of Goldenrod #DFDC7E
Tints of Goldenrod #DFDC7E
RGB
CMYK
RGB Variations
Color information
#DFDC7E (or 0xDFDC7E) is known color: Goldenrod. HEX triplet: DF, DC and 7E. RGB value is (223,220,126). Sum of RGB (Red+Green+Blue) = 223+220+126=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7E is #202381. Grayscale: #D2D2D2. Windows color (decimal): -2106242 or 8314079. OLE color: 8314079.
HSL color Cylindrical-coordinate representation of color #DFDC7E: hue angle of 58.14º 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 #DFDC7E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 126 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.14º | 0.6% | 0.68% | - |
| HSV(B) | 58.14º | 0.43% | 0.87% | - |
| XYZ | 59.79 | 68.38 | 29.79 | - |
| YUV | 210.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 126 | 0 | 0.01 | 0.43 | 0.13 | 58.14 | 0.6 | 0.68 |
| Hex | DF | DC | 7E | 0 | 1 | 2B | D | 3A | 3C | 44 |
| Octal | 337 | 334 | 176 | 0 | 1 | 53 | 15 | 72 | 74 | 104 |
| Binary | 11011111 | 11011100 | 1111110 | 0 | 1 | 101011 | 1101 | 111010 | 111100 | 1000100 |
Color Harmonies of #DFDC7E
Complementary color
Monochromatic Colors of #DFDC7E
Black with #DFDC7E
Text Example
Text Example
White with #DFDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC7E; }
p { color: rgb(223,220,126); }
H1.HeaderClassName
{
color: #DFDC7E;
}
.AnyTagClassName
{
color: #DFDC7E;
}
</style>
background-color css
<style>
a { background-color: #DFDC7E; }
a { background-color: rgb(223,220,126); }
div.DivClassName
{
background-color: #DFDC7E;
}
.BgClassName
{
background-color: #DFDC7E;
}
</style>
border-color css
<style>
span { border-color: #DFDC7E; }
span { border-color: rgb(223,220,126); }
td.TdClassName
{
border-color: #DFDC7E;
}
.TagClassName
{
border-color: #DFDC7E;
}
</style>