Shades of Goldenrod #DFDC7F
Tints of Goldenrod #DFDC7F
RGB
CMYK
RGB Variations
Color information
#DFDC7F (or 0xDFDC7F) is known color: Goldenrod. HEX triplet: DF, DC and 7F. RGB value is (223,220,127). Sum of RGB (Red+Green+Blue) = 223+220+127=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7F is #202380. Grayscale: #D2D2D2. Windows color (decimal): -2106241 or 8379615. OLE color: 8379615.
HSL color Cylindrical-coordinate representation of color #DFDC7F: hue angle of 58.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDC7F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 127 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.13 |
| HSL | 58.13º | 0.6% | 0.69% | - |
| HSV(B) | 58.13º | 0.43% | 0.87% | - |
| XYZ | 59.86 | 68.41 | 30.13 | - |
| YUV | 210.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 127 | 0 | 0.01 | 0.43 | 0.13 | 58.13 | 0.6 | 0.69 |
| Hex | DF | DC | 7F | 0 | 1 | 2B | D | 3A | 3C | 45 |
| Octal | 337 | 334 | 177 | 0 | 1 | 53 | 15 | 72 | 74 | 105 |
| Binary | 11011111 | 11011100 | 1111111 | 0 | 1 | 101011 | 1101 | 111010 | 111100 | 1000101 |
Color Harmonies of #DFDC7F
Complementary color
Monochromatic Colors of #DFDC7F
Black with #DFDC7F
Text Example
Text Example
White with #DFDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC7F; }
p { color: rgb(223,220,127); }
H1.HeaderClassName
{
color: #DFDC7F;
}
.AnyTagClassName
{
color: #DFDC7F;
}
</style>
background-color css
<style>
a { background-color: #DFDC7F; }
a { background-color: rgb(223,220,127); }
div.DivClassName
{
background-color: #DFDC7F;
}
.BgClassName
{
background-color: #DFDC7F;
}
</style>
border-color css
<style>
span { border-color: #DFDC7F; }
span { border-color: rgb(223,220,127); }
td.TdClassName
{
border-color: #DFDC7F;
}
.TagClassName
{
border-color: #DFDC7F;
}
</style>