Shades of Goldenrod #DFD868
Tints of Goldenrod #DFD868
RGB
CMYK
RGB Variations
Color information
#DFD868 (or 0xDFD868) is known color: Goldenrod. HEX triplet: DF, D8 and 68. RGB value is (223,216,104). Sum of RGB (Red+Green+Blue) = 223+216+104=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD868 is #202797. Grayscale: #CDCDCD. Windows color (decimal): -2107288 or 6871263. OLE color: 6871263.
HSL color Cylindrical-coordinate representation of color #DFD868: hue angle of 56.47º 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 #DFD868 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 216 | 104 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.13 |
| HSL | 56.47º | 0.65% | 0.64% | - |
| HSV(B) | 56.47º | 0.53% | 0.87% | - |
| XYZ | 57.49 | 65.8 | 22.77 | - |
| YUV | 205.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 216 | 104 | 0 | 0.03 | 0.53 | 0.13 | 56.47 | 0.65 | 0.64 |
| Hex | DF | D8 | 68 | 0 | 3 | 35 | D | 38 | 41 | 40 |
| Octal | 337 | 330 | 150 | 0 | 3 | 65 | 15 | 70 | 101 | 100 |
| Binary | 11011111 | 11011000 | 1101000 | 0 | 11 | 110101 | 1101 | 111000 | 1000001 | 1000000 |
Color Harmonies of #DFD868
Complementary color
Monochromatic Colors of #DFD868
Black with #DFD868
Text Example
Text Example
White with #DFD868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD868; }
p { color: rgb(223,216,104); }
H1.HeaderClassName
{
color: #DFD868;
}
.AnyTagClassName
{
color: #DFD868;
}
</style>
background-color css
<style>
a { background-color: #DFD868; }
a { background-color: rgb(223,216,104); }
div.DivClassName
{
background-color: #DFD868;
}
.BgClassName
{
background-color: #DFD868;
}
</style>
border-color css
<style>
span { border-color: #DFD868; }
span { border-color: rgb(223,216,104); }
td.TdClassName
{
border-color: #DFD868;
}
.TagClassName
{
border-color: #DFD868;
}
</style>