Shades of Goldenrod #DFDA65
Tints of Goldenrod #DFDA65
RGB
CMYK
RGB Variations
Color information
#DFDA65 (or 0xDFDA65) is known color: Goldenrod. HEX triplet: DF, DA and 65. RGB value is (223,218,101). Sum of RGB (Red+Green+Blue) = 223+218+101=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA65 is #20259A. Grayscale: #CECECE. Windows color (decimal): -2106779 or 6675167. OLE color: 6675167.
HSL color Cylindrical-coordinate representation of color #DFDA65: hue angle of 57.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFDA65 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 101 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.13 |
| HSL | 57.54º | 0.66% | 0.64% | - |
| HSV(B) | 57.54º | 0.55% | 0.87% | - |
| XYZ | 57.85 | 66.77 | 22.15 | - |
| YUV | 206.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 101 | 0 | 0.02 | 0.55 | 0.13 | 57.54 | 0.66 | 0.64 |
| Hex | DF | DA | 65 | 0 | 2 | 37 | D | 3A | 42 | 40 |
| Octal | 337 | 332 | 145 | 0 | 2 | 67 | 15 | 72 | 102 | 100 |
| Binary | 11011111 | 11011010 | 1100101 | 0 | 10 | 110111 | 1101 | 111010 | 1000010 | 1000000 |
Color Harmonies of #DFDA65
Complementary color
Monochromatic Colors of #DFDA65
Black with #DFDA65
Text Example
Text Example
White with #DFDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA65; }
p { color: rgb(223,218,101); }
H1.HeaderClassName
{
color: #DFDA65;
}
.AnyTagClassName
{
color: #DFDA65;
}
</style>
background-color css
<style>
a { background-color: #DFDA65; }
a { background-color: rgb(223,218,101); }
div.DivClassName
{
background-color: #DFDA65;
}
.BgClassName
{
background-color: #DFDA65;
}
</style>
border-color css
<style>
span { border-color: #DFDA65; }
span { border-color: rgb(223,218,101); }
td.TdClassName
{
border-color: #DFDA65;
}
.TagClassName
{
border-color: #DFDA65;
}
</style>