Shades of Goldenrod #DFDA7A
Tints of Goldenrod #DFDA7A
RGB
CMYK
RGB Variations
Color information
#DFDA7A (or 0xDFDA7A) is known color: Goldenrod. HEX triplet: DF, DA and 7A. RGB value is (223,218,122). Sum of RGB (Red+Green+Blue) = 223+218+122=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA7A is #202585. Grayscale: #D0D0D0. Windows color (decimal): -2106758 or 8051423. OLE color: 8051423.
HSL color Cylindrical-coordinate representation of color #DFDA7A: hue angle of 57.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFDA7A is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 122 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.13 |
| HSL | 57.03º | 0.61% | 0.68% | - |
| HSV(B) | 57.03º | 0.45% | 0.87% | - |
| XYZ | 59.02 | 67.24 | 28.28 | - |
| YUV | 208.55 | 79.16 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 122 | 0 | 0.02 | 0.45 | 0.13 | 57.03 | 0.61 | 0.68 |
| Hex | DF | DA | 7A | 0 | 2 | 2D | D | 39 | 3D | 44 |
| Octal | 337 | 332 | 172 | 0 | 2 | 55 | 15 | 71 | 75 | 104 |
| Binary | 11011111 | 11011010 | 1111010 | 0 | 10 | 101101 | 1101 | 111001 | 111101 | 1000100 |
Color Harmonies of #DFDA7A
Complementary color
Monochromatic Colors of #DFDA7A
Black with #DFDA7A
Text Example
Text Example
White with #DFDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA7A; }
p { color: rgb(223,218,122); }
H1.HeaderClassName
{
color: #DFDA7A;
}
.AnyTagClassName
{
color: #DFDA7A;
}
</style>
background-color css
<style>
a { background-color: #DFDA7A; }
a { background-color: rgb(223,218,122); }
div.DivClassName
{
background-color: #DFDA7A;
}
.BgClassName
{
background-color: #DFDA7A;
}
</style>
border-color css
<style>
span { border-color: #DFDA7A; }
span { border-color: rgb(223,218,122); }
td.TdClassName
{
border-color: #DFDA7A;
}
.TagClassName
{
border-color: #DFDA7A;
}
</style>