Shades of Goldenrod #DFD971
Tints of Goldenrod #DFD971
RGB
CMYK
RGB Variations
Color information
#DFD971 (or 0xDFD971) is known color: Goldenrod. HEX triplet: DF, D9 and 71. RGB value is (223,217,113). Sum of RGB (Red+Green+Blue) = 223+217+113=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD971 is #20268E. Grayscale: #CFCFCF. Windows color (decimal): -2107023 or 7461343. OLE color: 7461343.
HSL color Cylindrical-coordinate representation of color #DFD971: hue angle of 56.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFD971 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 113 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.13 |
| HSL | 56.73º | 0.63% | 0.66% | - |
| HSV(B) | 56.73º | 0.49% | 0.87% | - |
| XYZ | 58.22 | 66.51 | 25.39 | - |
| YUV | 206.94 | 74.99 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 113 | 0 | 0.03 | 0.49 | 0.13 | 56.73 | 0.63 | 0.66 |
| Hex | DF | D9 | 71 | 0 | 3 | 31 | D | 39 | 3F | 42 |
| Octal | 337 | 331 | 161 | 0 | 3 | 61 | 15 | 71 | 77 | 102 |
| Binary | 11011111 | 11011001 | 1110001 | 0 | 11 | 110001 | 1101 | 111001 | 111111 | 1000010 |
Color Harmonies of #DFD971
Complementary color
Monochromatic Colors of #DFD971
Black with #DFD971
Text Example
Text Example
White with #DFD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD971; }
p { color: rgb(223,217,113); }
H1.HeaderClassName
{
color: #DFD971;
}
.AnyTagClassName
{
color: #DFD971;
}
</style>
background-color css
<style>
a { background-color: #DFD971; }
a { background-color: rgb(223,217,113); }
div.DivClassName
{
background-color: #DFD971;
}
.BgClassName
{
background-color: #DFD971;
}
</style>
border-color css
<style>
span { border-color: #DFD971; }
span { border-color: rgb(223,217,113); }
td.TdClassName
{
border-color: #DFD971;
}
.TagClassName
{
border-color: #DFD971;
}
</style>