Shades of Goldenrod #DFD871
Tints of Goldenrod #DFD871
RGB
CMYK
RGB Variations
Color information
#DFD871 (or 0xDFD871) is known color: Goldenrod. HEX triplet: DF, D8 and 71. RGB value is (223,216,113). Sum of RGB (Red+Green+Blue) = 223+216+113=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD871 is #20278E. Grayscale: #CECECE. Windows color (decimal): -2107279 or 7461087. OLE color: 7461087.
HSL color Cylindrical-coordinate representation of color #DFD871: hue angle of 56.18º 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 #DFD871 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 113 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.13 |
| HSL | 56.18º | 0.63% | 0.66% | - |
| HSV(B) | 56.18º | 0.49% | 0.87% | - |
| XYZ | 57.97 | 65.99 | 25.31 | - |
| YUV | 206.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 113 | 0 | 0.03 | 0.49 | 0.13 | 56.18 | 0.63 | 0.66 |
| Hex | DF | D8 | 71 | 0 | 3 | 31 | D | 38 | 3F | 42 |
| Octal | 337 | 330 | 161 | 0 | 3 | 61 | 15 | 70 | 77 | 102 |
| Binary | 11011111 | 11011000 | 1110001 | 0 | 11 | 110001 | 1101 | 111000 | 111111 | 1000010 |
Color Harmonies of #DFD871
Complementary color
Monochromatic Colors of #DFD871
Black with #DFD871
Text Example
Text Example
White with #DFD871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD871; }
p { color: rgb(223,216,113); }
H1.HeaderClassName
{
color: #DFD871;
}
.AnyTagClassName
{
color: #DFD871;
}
</style>
background-color css
<style>
a { background-color: #DFD871; }
a { background-color: rgb(223,216,113); }
div.DivClassName
{
background-color: #DFD871;
}
.BgClassName
{
background-color: #DFD871;
}
</style>
border-color css
<style>
span { border-color: #DFD871; }
span { border-color: rgb(223,216,113); }
td.TdClassName
{
border-color: #DFD871;
}
.TagClassName
{
border-color: #DFD871;
}
</style>