Shades of Goldenrod #DFDF6E
Tints of Goldenrod #DFDF6E
RGB
CMYK
RGB Variations
Color information
#DFDF6E (or 0xDFDF6E) is known color: Goldenrod. HEX triplet: DF, DF and 6E. RGB value is (223,223,110). Sum of RGB (Red+Green+Blue) = 223+223+110=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF6E is #202091. Grayscale: #D2D2D2. Windows color (decimal): -2105490 or 7266271. OLE color: 7266271.
HSL color Cylindrical-coordinate representation of color #DFDF6E: hue angle of 60º 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 #DFDF6E is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 110 | - |
| CMYK | 0 | 0 | 0.51 | 0.13 |
| HSL | 60º | 0.64% | 0.65% | - |
| HSV(B) | 60º | 0.51% | 0.87% | - |
| XYZ | 59.63 | 69.59 | 25.04 | - |
| YUV | 210.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 110 | 0 | 0 | 0.51 | 0.13 | 60 | 0.64 | 0.65 |
| Hex | DF | DF | 6E | 0 | 0 | 33 | D | 3C | 40 | 41 |
| Octal | 337 | 337 | 156 | 0 | 0 | 63 | 15 | 74 | 100 | 101 |
| Binary | 11011111 | 11011111 | 1101110 | 0 | 0 | 110011 | 1101 | 111100 | 1000000 | 1000001 |
Color Harmonies of #DFDF6E
Complementary color
Monochromatic Colors of #DFDF6E
Black with #DFDF6E
Text Example
Text Example
White with #DFDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF6E; }
p { color: rgb(223,223,110); }
H1.HeaderClassName
{
color: #DFDF6E;
}
.AnyTagClassName
{
color: #DFDF6E;
}
</style>
background-color css
<style>
a { background-color: #DFDF6E; }
a { background-color: rgb(223,223,110); }
div.DivClassName
{
background-color: #DFDF6E;
}
.BgClassName
{
background-color: #DFDF6E;
}
</style>
border-color css
<style>
span { border-color: #DFDF6E; }
span { border-color: rgb(223,223,110); }
td.TdClassName
{
border-color: #DFDF6E;
}
.TagClassName
{
border-color: #DFDF6E;
}
</style>