Shades of Goldenrod #DFD973
Tints of Goldenrod #DFD973
RGB
CMYK
RGB Variations
Color information
#DFD973 (or 0xDFD973) is known color: Goldenrod. HEX triplet: DF, D9 and 73. RGB value is (223,217,115). Sum of RGB (Red+Green+Blue) = 223+217+115=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD973 is #20268C. Grayscale: #CFCFCF. Windows color (decimal): -2107021 or 7592415. OLE color: 7592415.
HSL color Cylindrical-coordinate representation of color #DFD973: hue angle of 56.67º 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 #DFD973 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 115 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.13 |
| HSL | 56.67º | 0.63% | 0.66% | - |
| HSV(B) | 56.67º | 0.48% | 0.87% | - |
| XYZ | 58.34 | 66.55 | 25.99 | - |
| YUV | 207.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 115 | 0 | 0.03 | 0.48 | 0.13 | 56.67 | 0.63 | 0.66 |
| Hex | DF | D9 | 73 | 0 | 3 | 30 | D | 39 | 3F | 42 |
| Octal | 337 | 331 | 163 | 0 | 3 | 60 | 15 | 71 | 77 | 102 |
| Binary | 11011111 | 11011001 | 1110011 | 0 | 11 | 110000 | 1101 | 111001 | 111111 | 1000010 |
Color Harmonies of #DFD973
Complementary color
Monochromatic Colors of #DFD973
Black with #DFD973
Text Example
Text Example
White with #DFD973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD973; }
p { color: rgb(223,217,115); }
H1.HeaderClassName
{
color: #DFD973;
}
.AnyTagClassName
{
color: #DFD973;
}
</style>
background-color css
<style>
a { background-color: #DFD973; }
a { background-color: rgb(223,217,115); }
div.DivClassName
{
background-color: #DFD973;
}
.BgClassName
{
background-color: #DFD973;
}
</style>
border-color css
<style>
span { border-color: #DFD973; }
span { border-color: rgb(223,217,115); }
td.TdClassName
{
border-color: #DFD973;
}
.TagClassName
{
border-color: #DFD973;
}
</style>