Shades of Goldenrod #DFDC76
Tints of Goldenrod #DFDC76
RGB
CMYK
RGB Variations
Color information
#DFDC76 (or 0xDFDC76) is known color: Goldenrod. HEX triplet: DF, DC and 76. RGB value is (223,220,118). Sum of RGB (Red+Green+Blue) = 223+220+118=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC76 is #202389. Grayscale: #D1D1D1. Windows color (decimal): -2106250 or 7789791. OLE color: 7789791.
HSL color Cylindrical-coordinate representation of color #DFDC76: hue angle of 58.29º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFDC76 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 118 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.29º | 0.62% | 0.67% | - |
| HSV(B) | 58.29º | 0.47% | 0.87% | - |
| XYZ | 59.29 | 68.18 | 27.17 | - |
| YUV | 209.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 118 | 0 | 0.01 | 0.47 | 0.13 | 58.29 | 0.62 | 0.67 |
| Hex | DF | DC | 76 | 0 | 1 | 2F | D | 3A | 3E | 43 |
| Octal | 337 | 334 | 166 | 0 | 1 | 57 | 15 | 72 | 76 | 103 |
| Binary | 11011111 | 11011100 | 1110110 | 0 | 1 | 101111 | 1101 | 111010 | 111110 | 1000011 |
Color Harmonies of #DFDC76
Complementary color
Monochromatic Colors of #DFDC76
Black with #DFDC76
Text Example
Text Example
White with #DFDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC76; }
p { color: rgb(223,220,118); }
H1.HeaderClassName
{
color: #DFDC76;
}
.AnyTagClassName
{
color: #DFDC76;
}
</style>
background-color css
<style>
a { background-color: #DFDC76; }
a { background-color: rgb(223,220,118); }
div.DivClassName
{
background-color: #DFDC76;
}
.BgClassName
{
background-color: #DFDC76;
}
</style>
border-color css
<style>
span { border-color: #DFDC76; }
span { border-color: rgb(223,220,118); }
td.TdClassName
{
border-color: #DFDC76;
}
.TagClassName
{
border-color: #DFDC76;
}
</style>