Shades of Goldenrod #DFD86A
Tints of Goldenrod #DFD86A
RGB
CMYK
RGB Variations
Color information
#DFD86A (or 0xDFD86A) is known color: Goldenrod. HEX triplet: DF, D8 and 6A. RGB value is (223,216,106). Sum of RGB (Red+Green+Blue) = 223+216+106=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD86A is #202795. Grayscale: #CDCDCD. Windows color (decimal): -2107286 or 7002335. OLE color: 7002335.
HSL color Cylindrical-coordinate representation of color #DFD86A: hue angle of 56.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFD86A is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 106 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.13 |
| HSL | 56.41º | 0.65% | 0.65% | - |
| HSV(B) | 56.41º | 0.52% | 0.87% | - |
| XYZ | 57.59 | 65.84 | 23.31 | - |
| YUV | 205.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 106 | 0 | 0.03 | 0.52 | 0.13 | 56.41 | 0.65 | 0.65 |
| Hex | DF | D8 | 6A | 0 | 3 | 34 | D | 38 | 41 | 41 |
| Octal | 337 | 330 | 152 | 0 | 3 | 64 | 15 | 70 | 101 | 101 |
| Binary | 11011111 | 11011000 | 1101010 | 0 | 11 | 110100 | 1101 | 111000 | 1000001 | 1000001 |
Color Harmonies of #DFD86A
Complementary color
Monochromatic Colors of #DFD86A
Black with #DFD86A
Text Example
Text Example
White with #DFD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD86A; }
p { color: rgb(223,216,106); }
H1.HeaderClassName
{
color: #DFD86A;
}
.AnyTagClassName
{
color: #DFD86A;
}
</style>
background-color css
<style>
a { background-color: #DFD86A; }
a { background-color: rgb(223,216,106); }
div.DivClassName
{
background-color: #DFD86A;
}
.BgClassName
{
background-color: #DFD86A;
}
</style>
border-color css
<style>
span { border-color: #DFD86A; }
span { border-color: rgb(223,216,106); }
td.TdClassName
{
border-color: #DFD86A;
}
.TagClassName
{
border-color: #DFD86A;
}
</style>