Shades of Goldenrod #DFDA68
Tints of Goldenrod #DFDA68
RGB
CMYK
RGB Variations
Color information
#DFDA68 (or 0xDFDA68) is known color: Goldenrod. HEX triplet: DF, DA and 68. RGB value is (223,218,104). Sum of RGB (Red+Green+Blue) = 223+218+104=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA68 is #202597. Grayscale: #CECECE. Windows color (decimal): -2106776 or 6871775. OLE color: 6871775.
HSL color Cylindrical-coordinate representation of color #DFDA68: hue angle of 57.48º 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 #DFDA68 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 104 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.13 |
| HSL | 57.48º | 0.65% | 0.64% | - |
| HSV(B) | 57.48º | 0.53% | 0.87% | - |
| XYZ | 58 | 66.83 | 22.94 | - |
| YUV | 206.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 104 | 0 | 0.02 | 0.53 | 0.13 | 57.48 | 0.65 | 0.64 |
| Hex | DF | DA | 68 | 0 | 2 | 35 | D | 39 | 41 | 40 |
| Octal | 337 | 332 | 150 | 0 | 2 | 65 | 15 | 71 | 101 | 100 |
| Binary | 11011111 | 11011010 | 1101000 | 0 | 10 | 110101 | 1101 | 111001 | 1000001 | 1000000 |
Color Harmonies of #DFDA68
Complementary color
Monochromatic Colors of #DFDA68
Black with #DFDA68
Text Example
Text Example
White with #DFDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA68; }
p { color: rgb(223,218,104); }
H1.HeaderClassName
{
color: #DFDA68;
}
.AnyTagClassName
{
color: #DFDA68;
}
</style>
background-color css
<style>
a { background-color: #DFDA68; }
a { background-color: rgb(223,218,104); }
div.DivClassName
{
background-color: #DFDA68;
}
.BgClassName
{
background-color: #DFDA68;
}
</style>
border-color css
<style>
span { border-color: #DFDA68; }
span { border-color: rgb(223,218,104); }
td.TdClassName
{
border-color: #DFDA68;
}
.TagClassName
{
border-color: #DFDA68;
}
</style>