Shades of Goldenrod #DFDC66
Tints of Goldenrod #DFDC66
RGB
CMYK
RGB Variations
Color information
#DFDC66 (or 0xDFDC66) is known color: Goldenrod. HEX triplet: DF, DC and 66. RGB value is (223,220,102). Sum of RGB (Red+Green+Blue) = 223+220+102=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC66 is #202399. Grayscale: #CFCFCF. Windows color (decimal): -2106266 or 6741215. OLE color: 6741215.
HSL color Cylindrical-coordinate representation of color #DFDC66: hue angle of 58.51º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFDC66 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 102 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.13 |
| HSL | 58.51º | 0.65% | 0.64% | - |
| HSV(B) | 58.51º | 0.54% | 0.87% | - |
| XYZ | 58.42 | 67.83 | 22.58 | - |
| YUV | 207.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 102 | 0 | 0.01 | 0.54 | 0.13 | 58.51 | 0.65 | 0.64 |
| Hex | DF | DC | 66 | 0 | 1 | 36 | D | 3B | 41 | 40 |
| Octal | 337 | 334 | 146 | 0 | 1 | 66 | 15 | 73 | 101 | 100 |
| Binary | 11011111 | 11011100 | 1100110 | 0 | 1 | 110110 | 1101 | 111011 | 1000001 | 1000000 |
Color Harmonies of #DFDC66
Complementary color
Monochromatic Colors of #DFDC66
Black with #DFDC66
Text Example
Text Example
White with #DFDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC66; }
p { color: rgb(223,220,102); }
H1.HeaderClassName
{
color: #DFDC66;
}
.AnyTagClassName
{
color: #DFDC66;
}
</style>
background-color css
<style>
a { background-color: #DFDC66; }
a { background-color: rgb(223,220,102); }
div.DivClassName
{
background-color: #DFDC66;
}
.BgClassName
{
background-color: #DFDC66;
}
</style>
border-color css
<style>
span { border-color: #DFDC66; }
span { border-color: rgb(223,220,102); }
td.TdClassName
{
border-color: #DFDC66;
}
.TagClassName
{
border-color: #DFDC66;
}
</style>