Shades of Goldenrod #DFDC65
Tints of Goldenrod #DFDC65
RGB
CMYK
RGB Variations
Color information
#DFDC65 (or 0xDFDC65) is known color: Goldenrod. HEX triplet: DF, DC and 65. RGB value is (223,220,101). Sum of RGB (Red+Green+Blue) = 223+220+101=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC65 is #20239A. Grayscale: #CFCFCF. Windows color (decimal): -2106267 or 6675679. OLE color: 6675679.
HSL color Cylindrical-coordinate representation of color #DFDC65: hue angle of 58.52º 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 #DFDC65 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 101 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.13 |
| HSL | 58.52º | 0.66% | 0.64% | - |
| HSV(B) | 58.52º | 0.55% | 0.87% | - |
| XYZ | 58.37 | 67.81 | 22.32 | - |
| YUV | 207.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 101 | 0 | 0.01 | 0.55 | 0.13 | 58.52 | 0.66 | 0.64 |
| Hex | DF | DC | 65 | 0 | 1 | 37 | D | 3B | 42 | 40 |
| Octal | 337 | 334 | 145 | 0 | 1 | 67 | 15 | 73 | 102 | 100 |
| Binary | 11011111 | 11011100 | 1100101 | 0 | 1 | 110111 | 1101 | 111011 | 1000010 | 1000000 |
Color Harmonies of #DFDC65
Complementary color
Monochromatic Colors of #DFDC65
Black with #DFDC65
Text Example
Text Example
White with #DFDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC65; }
p { color: rgb(223,220,101); }
H1.HeaderClassName
{
color: #DFDC65;
}
.AnyTagClassName
{
color: #DFDC65;
}
</style>
background-color css
<style>
a { background-color: #DFDC65; }
a { background-color: rgb(223,220,101); }
div.DivClassName
{
background-color: #DFDC65;
}
.BgClassName
{
background-color: #DFDC65;
}
</style>
border-color css
<style>
span { border-color: #DFDC65; }
span { border-color: rgb(223,220,101); }
td.TdClassName
{
border-color: #DFDC65;
}
.TagClassName
{
border-color: #DFDC65;
}
</style>