Shades of Goldenrod #DFDC73
Tints of Goldenrod #DFDC73
RGB
CMYK
RGB Variations
Color information
#DFDC73 (or 0xDFDC73) is known color: Goldenrod. HEX triplet: DF, DC and 73. RGB value is (223,220,115). Sum of RGB (Red+Green+Blue) = 223+220+115=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC73 is #20238C. Grayscale: #D1D1D1. Windows color (decimal): -2106253 or 7593183. OLE color: 7593183.
HSL color Cylindrical-coordinate representation of color #DFDC73: hue angle of 58.33º 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 #DFDC73 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 115 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.13 |
| HSL | 58.33º | 0.63% | 0.66% | - |
| HSV(B) | 58.33º | 0.48% | 0.87% | - |
| XYZ | 59.12 | 68.11 | 26.25 | - |
| YUV | 208.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 115 | 0 | 0.01 | 0.48 | 0.13 | 58.33 | 0.63 | 0.66 |
| Hex | DF | DC | 73 | 0 | 1 | 30 | D | 3A | 3F | 42 |
| Octal | 337 | 334 | 163 | 0 | 1 | 60 | 15 | 72 | 77 | 102 |
| Binary | 11011111 | 11011100 | 1110011 | 0 | 1 | 110000 | 1101 | 111010 | 111111 | 1000010 |
Color Harmonies of #DFDC73
Complementary color
Monochromatic Colors of #DFDC73
Black with #DFDC73
Text Example
Text Example
White with #DFDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC73; }
p { color: rgb(223,220,115); }
H1.HeaderClassName
{
color: #DFDC73;
}
.AnyTagClassName
{
color: #DFDC73;
}
</style>
background-color css
<style>
a { background-color: #DFDC73; }
a { background-color: rgb(223,220,115); }
div.DivClassName
{
background-color: #DFDC73;
}
.BgClassName
{
background-color: #DFDC73;
}
</style>
border-color css
<style>
span { border-color: #DFDC73; }
span { border-color: rgb(223,220,115); }
td.TdClassName
{
border-color: #DFDC73;
}
.TagClassName
{
border-color: #DFDC73;
}
</style>