Shades of Goldenrod #DFD768
Tints of Goldenrod #DFD768
RGB
CMYK
RGB Variations
Color information
#DFD768 (or 0xDFD768) is known color: Goldenrod. HEX triplet: DF, D7 and 68. RGB value is (223,215,104). Sum of RGB (Red+Green+Blue) = 223+215+104=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD768 is #202897. Grayscale: #CDCDCD. Windows color (decimal): -2107544 or 6871007. OLE color: 6871007.
HSL color Cylindrical-coordinate representation of color #DFD768: hue angle of 55.97º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFD768 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.13 |
| HSL | 55.97º | 0.65% | 0.64% | - |
| HSV(B) | 55.97º | 0.53% | 0.87% | - |
| XYZ | 57.23 | 65.29 | 22.68 | - |
| YUV | 204.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 104 | 0 | 0.04 | 0.53 | 0.13 | 55.97 | 0.65 | 0.64 |
| Hex | DF | D7 | 68 | 0 | 4 | 35 | D | 38 | 41 | 40 |
| Octal | 337 | 327 | 150 | 0 | 4 | 65 | 15 | 70 | 101 | 100 |
| Binary | 11011111 | 11010111 | 1101000 | 0 | 100 | 110101 | 1101 | 111000 | 1000001 | 1000000 |
Color Harmonies of #DFD768
Complementary color
Monochromatic Colors of #DFD768
Black with #DFD768
Text Example
Text Example
White with #DFD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD768; }
p { color: rgb(223,215,104); }
H1.HeaderClassName
{
color: #DFD768;
}
.AnyTagClassName
{
color: #DFD768;
}
</style>
background-color css
<style>
a { background-color: #DFD768; }
a { background-color: rgb(223,215,104); }
div.DivClassName
{
background-color: #DFD768;
}
.BgClassName
{
background-color: #DFD768;
}
</style>
border-color css
<style>
span { border-color: #DFD768; }
span { border-color: rgb(223,215,104); }
td.TdClassName
{
border-color: #DFD768;
}
.TagClassName
{
border-color: #DFD768;
}
</style>