Shades of Goldenrod #DFDC77
Tints of Goldenrod #DFDC77
RGB
CMYK
RGB Variations
Color information
#DFDC77 (or 0xDFDC77) is known color: Goldenrod. HEX triplet: DF, DC and 77. RGB value is (223,220,119). Sum of RGB (Red+Green+Blue) = 223+220+119=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC77 is #202388. Grayscale: #D1D1D1. Windows color (decimal): -2106249 or 7855327. OLE color: 7855327.
HSL color Cylindrical-coordinate representation of color #DFDC77: hue angle of 58.27º 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 #DFDC77 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 119 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.27º | 0.62% | 0.67% | - |
| HSV(B) | 58.27º | 0.47% | 0.87% | - |
| XYZ | 59.35 | 68.21 | 27.49 | - |
| YUV | 209.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 119 | 0 | 0.01 | 0.47 | 0.13 | 58.27 | 0.62 | 0.67 |
| Hex | DF | DC | 77 | 0 | 1 | 2F | D | 3A | 3E | 43 |
| Octal | 337 | 334 | 167 | 0 | 1 | 57 | 15 | 72 | 76 | 103 |
| Binary | 11011111 | 11011100 | 1110111 | 0 | 1 | 101111 | 1101 | 111010 | 111110 | 1000011 |
Color Harmonies of #DFDC77
Complementary color
Monochromatic Colors of #DFDC77
Black with #DFDC77
Text Example
Text Example
White with #DFDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC77; }
p { color: rgb(223,220,119); }
H1.HeaderClassName
{
color: #DFDC77;
}
.AnyTagClassName
{
color: #DFDC77;
}
</style>
background-color css
<style>
a { background-color: #DFDC77; }
a { background-color: rgb(223,220,119); }
div.DivClassName
{
background-color: #DFDC77;
}
.BgClassName
{
background-color: #DFDC77;
}
</style>
border-color css
<style>
span { border-color: #DFDC77; }
span { border-color: rgb(223,220,119); }
td.TdClassName
{
border-color: #DFDC77;
}
.TagClassName
{
border-color: #DFDC77;
}
</style>