Shades of Goldenrod #DFDA77
Tints of Goldenrod #DFDA77
RGB
CMYK
RGB Variations
Color information
#DFDA77 (or 0xDFDA77) is known color: Goldenrod. HEX triplet: DF, DA and 77. RGB value is (223,218,119). Sum of RGB (Red+Green+Blue) = 223+218+119=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA77 is #202588. Grayscale: #D0D0D0. Windows color (decimal): -2106761 or 7854815. OLE color: 7854815.
HSL color Cylindrical-coordinate representation of color #DFDA77: hue angle of 57.12º 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 #DFDA77 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 119 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.13 |
| HSL | 57.12º | 0.62% | 0.67% | - |
| HSV(B) | 57.12º | 0.47% | 0.87% | - |
| XYZ | 58.83 | 67.16 | 27.32 | - |
| YUV | 208.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 119 | 0 | 0.02 | 0.47 | 0.13 | 57.12 | 0.62 | 0.67 |
| Hex | DF | DA | 77 | 0 | 2 | 2F | D | 39 | 3E | 43 |
| Octal | 337 | 332 | 167 | 0 | 2 | 57 | 15 | 71 | 76 | 103 |
| Binary | 11011111 | 11011010 | 1110111 | 0 | 10 | 101111 | 1101 | 111001 | 111110 | 1000011 |
Color Harmonies of #DFDA77
Complementary color
Monochromatic Colors of #DFDA77
Black with #DFDA77
Text Example
Text Example
White with #DFDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA77; }
p { color: rgb(223,218,119); }
H1.HeaderClassName
{
color: #DFDA77;
}
.AnyTagClassName
{
color: #DFDA77;
}
</style>
background-color css
<style>
a { background-color: #DFDA77; }
a { background-color: rgb(223,218,119); }
div.DivClassName
{
background-color: #DFDA77;
}
.BgClassName
{
background-color: #DFDA77;
}
</style>
border-color css
<style>
span { border-color: #DFDA77; }
span { border-color: rgb(223,218,119); }
td.TdClassName
{
border-color: #DFDA77;
}
.TagClassName
{
border-color: #DFDA77;
}
</style>