Shades of Goldenrod #DFD86F
Tints of Goldenrod #DFD86F
RGB
CMYK
RGB Variations
Color information
#DFD86F (or 0xDFD86F) is known color: Goldenrod. HEX triplet: DF, D8 and 6F. RGB value is (223,216,111). Sum of RGB (Red+Green+Blue) = 223+216+111=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD86F is #202790. Grayscale: #CECECE. Windows color (decimal): -2107281 or 7330015. OLE color: 7330015.
HSL color Cylindrical-coordinate representation of color #DFD86F: hue angle of 56.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFD86F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 111 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.13 |
| HSL | 56.25º | 0.64% | 0.65% | - |
| HSV(B) | 56.25º | 0.5% | 0.87% | - |
| XYZ | 57.86 | 65.95 | 24.72 | - |
| YUV | 206.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 111 | 0 | 0.03 | 0.50 | 0.13 | 56.25 | 0.64 | 0.65 |
| Hex | DF | D8 | 6F | 0 | 3 | 32 | D | 38 | 40 | 41 |
| Octal | 337 | 330 | 157 | 0 | 3 | 62 | 15 | 70 | 100 | 101 |
| Binary | 11011111 | 11011000 | 1101111 | 0 | 11 | 110010 | 1101 | 111000 | 1000000 | 1000001 |
Color Harmonies of #DFD86F
Complementary color
Monochromatic Colors of #DFD86F
Black with #DFD86F
Text Example
Text Example
White with #DFD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD86F; }
p { color: rgb(223,216,111); }
H1.HeaderClassName
{
color: #DFD86F;
}
.AnyTagClassName
{
color: #DFD86F;
}
</style>
background-color css
<style>
a { background-color: #DFD86F; }
a { background-color: rgb(223,216,111); }
div.DivClassName
{
background-color: #DFD86F;
}
.BgClassName
{
background-color: #DFD86F;
}
</style>
border-color css
<style>
span { border-color: #DFD86F; }
span { border-color: rgb(223,216,111); }
td.TdClassName
{
border-color: #DFD86F;
}
.TagClassName
{
border-color: #DFD86F;
}
</style>