Shades of Goldenrod #DFDF73
Tints of Goldenrod #DFDF73
RGB
CMYK
RGB Variations
Color information
#DFDF73 (or 0xDFDF73) is known color: Goldenrod. HEX triplet: DF, DF and 73. RGB value is (223,223,115). Sum of RGB (Red+Green+Blue) = 223+223+115=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF73 is #20208C. Grayscale: #D3D3D3. Windows color (decimal): -2105485 or 7593951. OLE color: 7593951.
HSL color Cylindrical-coordinate representation of color #DFDF73: hue angle of 60º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFDF73 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 115 | - |
| CMYK | 0 | 0 | 0.48 | 0.13 |
| HSL | 60º | 0.63% | 0.66% | - |
| HSV(B) | 60º | 0.48% | 0.87% | - |
| XYZ | 59.91 | 69.7 | 26.52 | - |
| YUV | 210.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 115 | 0 | 0 | 0.48 | 0.13 | 60 | 0.63 | 0.66 |
| Hex | DF | DF | 73 | 0 | 0 | 30 | D | 3C | 3F | 42 |
| Octal | 337 | 337 | 163 | 0 | 0 | 60 | 15 | 74 | 77 | 102 |
| Binary | 11011111 | 11011111 | 1110011 | 0 | 0 | 110000 | 1101 | 111100 | 111111 | 1000010 |
Color Harmonies of #DFDF73
Complementary color
Monochromatic Colors of #DFDF73
Black with #DFDF73
Text Example
Text Example
White with #DFDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF73; }
p { color: rgb(223,223,115); }
H1.HeaderClassName
{
color: #DFDF73;
}
.AnyTagClassName
{
color: #DFDF73;
}
</style>
background-color css
<style>
a { background-color: #DFDF73; }
a { background-color: rgb(223,223,115); }
div.DivClassName
{
background-color: #DFDF73;
}
.BgClassName
{
background-color: #DFDF73;
}
</style>
border-color css
<style>
span { border-color: #DFDF73; }
span { border-color: rgb(223,223,115); }
td.TdClassName
{
border-color: #DFDF73;
}
.TagClassName
{
border-color: #DFDF73;
}
</style>