Shades of Goldenrod #DFD86E
Tints of Goldenrod #DFD86E
RGB
CMYK
RGB Variations
Color information
#DFD86E (or 0xDFD86E) is known color: Goldenrod. HEX triplet: DF, D8 and 6E. RGB value is (223,216,110). Sum of RGB (Red+Green+Blue) = 223+216+110=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD86E is #202791. Grayscale: #CECECE. Windows color (decimal): -2107282 or 7264479. OLE color: 7264479.
HSL color Cylindrical-coordinate representation of color #DFD86E: hue angle of 56.28º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFD86E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 110 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.13 |
| HSL | 56.28º | 0.64% | 0.65% | - |
| HSV(B) | 56.28º | 0.51% | 0.87% | - |
| XYZ | 57.8 | 65.93 | 24.43 | - |
| YUV | 206.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 110 | 0 | 0.03 | 0.51 | 0.13 | 56.28 | 0.64 | 0.65 |
| Hex | DF | D8 | 6E | 0 | 3 | 33 | D | 38 | 40 | 41 |
| Octal | 337 | 330 | 156 | 0 | 3 | 63 | 15 | 70 | 100 | 101 |
| Binary | 11011111 | 11011000 | 1101110 | 0 | 11 | 110011 | 1101 | 111000 | 1000000 | 1000001 |
Color Harmonies of #DFD86E
Complementary color
Monochromatic Colors of #DFD86E
Black with #DFD86E
Text Example
Text Example
White with #DFD86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD86E; }
p { color: rgb(223,216,110); }
H1.HeaderClassName
{
color: #DFD86E;
}
.AnyTagClassName
{
color: #DFD86E;
}
</style>
background-color css
<style>
a { background-color: #DFD86E; }
a { background-color: rgb(223,216,110); }
div.DivClassName
{
background-color: #DFD86E;
}
.BgClassName
{
background-color: #DFD86E;
}
</style>
border-color css
<style>
span { border-color: #DFD86E; }
span { border-color: rgb(223,216,110); }
td.TdClassName
{
border-color: #DFD86E;
}
.TagClassName
{
border-color: #DFD86E;
}
</style>