Shades of Goldenrod #DFDC71
Tints of Goldenrod #DFDC71
RGB
CMYK
RGB Variations
Color information
#DFDC71 (or 0xDFDC71) is known color: Goldenrod. HEX triplet: DF, DC and 71. RGB value is (223,220,113). Sum of RGB (Red+Green+Blue) = 223+220+113=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC71 is #20238E. Grayscale: #D1D1D1. Windows color (decimal): -2106255 or 7462111. OLE color: 7462111.
HSL color Cylindrical-coordinate representation of color #DFDC71: hue angle of 58.36º 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 #DFDC71 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 113 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.13 |
| HSL | 58.36º | 0.63% | 0.66% | - |
| HSV(B) | 58.36º | 0.49% | 0.87% | - |
| XYZ | 59.01 | 68.07 | 25.65 | - |
| YUV | 208.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 113 | 0 | 0.01 | 0.49 | 0.13 | 58.36 | 0.63 | 0.66 |
| Hex | DF | DC | 71 | 0 | 1 | 31 | D | 3A | 3F | 42 |
| Octal | 337 | 334 | 161 | 0 | 1 | 61 | 15 | 72 | 77 | 102 |
| Binary | 11011111 | 11011100 | 1110001 | 0 | 1 | 110001 | 1101 | 111010 | 111111 | 1000010 |
Color Harmonies of #DFDC71
Complementary color
Monochromatic Colors of #DFDC71
Black with #DFDC71
Text Example
Text Example
White with #DFDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC71; }
p { color: rgb(223,220,113); }
H1.HeaderClassName
{
color: #DFDC71;
}
.AnyTagClassName
{
color: #DFDC71;
}
</style>
background-color css
<style>
a { background-color: #DFDC71; }
a { background-color: rgb(223,220,113); }
div.DivClassName
{
background-color: #DFDC71;
}
.BgClassName
{
background-color: #DFDC71;
}
</style>
border-color css
<style>
span { border-color: #DFDC71; }
span { border-color: rgb(223,220,113); }
td.TdClassName
{
border-color: #DFDC71;
}
.TagClassName
{
border-color: #DFDC71;
}
</style>