Shades of Goldenrod #DFD568
Tints of Goldenrod #DFD568
RGB
CMYK
RGB Variations
Color information
#DFD568 (or 0xDFD568) is known color: Goldenrod. HEX triplet: DF, D5 and 68. RGB value is (223,213,104). Sum of RGB (Red+Green+Blue) = 223+213+104=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD568 is #202A97. Grayscale: #CCCCCC. Windows color (decimal): -2108056 or 6870495. OLE color: 6870495.
HSL color Cylindrical-coordinate representation of color #DFD568: hue angle of 54.96º 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 #DFD568 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.13 |
| HSL | 54.96º | 0.65% | 0.64% | - |
| HSV(B) | 54.96º | 0.53% | 0.87% | - |
| XYZ | 56.72 | 64.28 | 22.51 | - |
| YUV | 203.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 104 | 0 | 0.04 | 0.53 | 0.13 | 54.96 | 0.65 | 0.64 |
| Hex | DF | D5 | 68 | 0 | 4 | 35 | D | 37 | 41 | 40 |
| Octal | 337 | 325 | 150 | 0 | 4 | 65 | 15 | 67 | 101 | 100 |
| Binary | 11011111 | 11010101 | 1101000 | 0 | 100 | 110101 | 1101 | 110111 | 1000001 | 1000000 |
Color Harmonies of #DFD568
Complementary color
Monochromatic Colors of #DFD568
Black with #DFD568
Text Example
Text Example
White with #DFD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD568; }
p { color: rgb(223,213,104); }
H1.HeaderClassName
{
color: #DFD568;
}
.AnyTagClassName
{
color: #DFD568;
}
</style>
background-color css
<style>
a { background-color: #DFD568; }
a { background-color: rgb(223,213,104); }
div.DivClassName
{
background-color: #DFD568;
}
.BgClassName
{
background-color: #DFD568;
}
</style>
border-color css
<style>
span { border-color: #DFD568; }
span { border-color: rgb(223,213,104); }
td.TdClassName
{
border-color: #DFD568;
}
.TagClassName
{
border-color: #DFD568;
}
</style>